From dd700fc459be08a807646a90f6dd106f99001860 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 13 Feb 2020 08:44:03 +0100 Subject: Adjust versions in poms. Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski Change-Id: Ibb7680ff623164620a902a87f4f2323550ebef66 --- certService/Dockerfile | 2 +- certService/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/certService/Dockerfile b/certService/Dockerfile index 70617ede..5bd6b18e 100644 --- a/certService/Dockerfile +++ b/certService/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/openjdk:11-jre-slim -ARG VERSION=0.0.1-SNAPSHOT +ARG VERSION=1.0.0-SNAPSHOT RUN groupadd certService && useradd -g certService certService diff --git a/certService/pom.xml b/certService/pom.xml index 4a300ba3..393d3bc4 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ org.onap.aaf.certservice aaf-certservice - 0.0.1 + 1.0.0-SNAPSHOT aaf-certservice-api - 0.0.1 + 1.0.0-SNAPSHOT aaf-certservice-api AAF Certification Service Api jar diff --git a/pom.xml b/pom.xml index 87304c71..e8fca431 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.aaf.certservice aaf-certservice - 0.0.1 + 1.0.0-SNAPSHOT aaf-certservice AAF Certification Service pom -- cgit 1.2.3-korg