Changes to use new Java 11 dbcapi
This bumps the major version and uses the new dbcapi.
BUT it still uses the old alpine base image - until an appropriate replacement is
designated for Java 11
Issue-ID: DMAAP-1363
Signed-off-by: dglFromAtt <dgl@research.att.com>
Change-Id: I9b1aeabc263b3498d801f9af02cdaf059a930525
Signed-off-by: dglFromAtt <dgl@research.att.com>
diff --git a/version.properties b/version.properties
index fab1e50..49a923f 100644
--- a/version.properties
+++ b/version.properties
@@ -25,9 +25,9 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=1
-minor=1
-patch=8
+major=2
+minor=0
+patch=1
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins