diff options
-rw-r--r-- | dmaap-bc/pom.xml | 2 | ||||
-rw-r--r-- | dmaap-bc/src/main/resources/Dockerfile | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
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 @@ -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 |