diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ # limitations under the License. # -FROM openjdk:11-jre-slim +FROM registry.gitlab.com/onap-integration/docker/onap-java USER root COPY src/main/resources/certificate /certs @@ -38,7 +38,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <properties> |