From: Ubuntu Date: Wed, 12 Feb 2020 20:43:37 +0000 (+0000) Subject: use ONAP Java 11 image X-Git-Tag: 2.0.3^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fbuscontroller.git;a=commitdiff_plain;h=de1681ed5d3884d7c62ce3dd530c552b5dff11d9 use ONAP Java 11 image Issue-ID: DMAAP-1363 Signed-off-by: Ubuntu Change-Id: If9960ea979a56830c8782ffcacd96f76642b1123 Signed-off-by: Ubuntu --- diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml index d5580e4..175f300 100644 --- a/dmaap-bc/pom.xml +++ b/dmaap-bc/pom.xml @@ -466,7 +466,7 @@ 9.4.24.v20191120 1.0.0 1.5.19 - 2.0.2-SNAPSHOT + 2.0.3-SNAPSHOT ${maven.build.timestamp} yyyy-MM-dd HH:mm diff --git a/dmaap-bc/src/main/resources/Dockerfile b/dmaap-bc/src/main/resources/Dockerfile index 7375450..64bd689 100644 --- a/dmaap-bc/src/main/resources/Dockerfile +++ b/dmaap-bc/src/main/resources/Dockerfile @@ -18,7 +18,7 @@ # limitations under the License. # ============LICENSE_END==================================================== # -FROM openjdk:11.0.5-jre-slim +FROM library/maven:3.6-jdk-11 MAINTAINER DMAAP Team diff --git a/pom.xml b/pom.xml index 562a3c5..d2c5949 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 2.0.2 + 2.0.3 ${basedir} 1.0.0 true diff --git a/version.properties b/version.properties index a922965..d71c466 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins