From 30c70c4535d3abd691970d244ff13c58b4142480 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Tue, 31 Dec 2019 15:09:49 -0500 Subject: [PATCH] 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 Change-Id: I9b1aeabc263b3498d801f9af02cdaf059a930525 Signed-off-by: dglFromAtt --- dbc-client/pom.xml | 2 +- dmaap-bc/pom.xml | 6 +++--- pom.xml | 4 ++-- version.properties | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dbc-client/pom.xml b/dbc-client/pom.xml index 8c8f1b1..31eb531 100644 --- a/dbc-client/pom.xml +++ b/dbc-client/pom.xml @@ -260,7 +260,7 @@ 9.4.12.RC2 1.0.0 1.5.19 - 1.1.8-SNAPSHOT + 2.0.1 0.7.7.201606060606 3.2 diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index eeff9e8..1c14b5b 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -29,7 +29,7 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 @@ -421,7 +421,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.0.30 + 2.0.1-SNAPSHOT @@ -459,7 +459,7 @@ 9.4.12.RC2 1.0.0 1.5.19 - 1.1.8-SNAPSHOT + 2.0.1 ${maven.build.timestamp} yyyy-MM-dd HH:mm diff --git a/pom.xml b/pom.xml index 85bf520..810e78a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,11 +29,11 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 - 1.1.8 + 2.0.1 ${basedir} 1.0.0 true 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 -- 2.16.6