aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUbuntu <dgl@research.att.com>2020-02-12 20:43:37 +0000
committerDominic Lunanuova <dgl@research.att.com>2020-02-12 20:55:15 +0000
commitde1681ed5d3884d7c62ce3dd530c552b5dff11d9 (patch)
tree2327bf22c113374eb1f0a0010b15388595831682
parent806e34bfe5ca248e3962a62bb3999cdb1bd362e3 (diff)
use ONAP Java 11 image2.0.3
Issue-ID: DMAAP-1363 Signed-off-by: Ubuntu <dgl@research.att.com> Change-Id: If9960ea979a56830c8782ffcacd96f76642b1123 Signed-off-by: Ubuntu <dgl@research.att.com>
-rw-r--r--dmaap-bc/pom.xml2
-rw-r--r--dmaap-bc/src/main/resources/Dockerfile2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 4 insertions, 4 deletions
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 @@
<jettyVersion>9.4.24.v20191120</jettyVersion>
<eelf.version>1.0.0</eelf.version>
<swagger.version>1.5.19</swagger.version>
- <artifact.version>2.0.2-SNAPSHOT</artifact.version>
+ <artifact.version>2.0.3-SNAPSHOT</artifact.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<!-- SONAR -->
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 @@
</parent>
<properties>
- <artifactVersion>2.0.2</artifactVersion>
+ <artifactVersion>2.0.3</artifactVersion>
<multiproject.basedir>${basedir}</multiproject.basedir>
<docker.maven.plugin.version>1.0.0</docker.maven.plugin.version>
<skip.docker.build>true</skip.docker.build>
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