diff options
author | dglFromAtt <dgl@research.att.com> | 2019-12-31 15:09:49 -0500 |
---|---|---|
committer | Dominic Lunanuova <dgl@research.att.com> | 2019-12-31 20:31:30 +0000 |
commit | 30c70c4535d3abd691970d244ff13c58b4142480 (patch) | |
tree | b800f43d3c081323c1cc0eaa5f3d326ca47d036a /version.properties | |
parent | 2d14d6dff3456430022efe6cf3607c9f8794a297 (diff) |
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>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
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 |