aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a0de641..d66d387 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
diff --git a/pom.xml b/pom.xml
index e738f19..774db60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>