From bfa14e4728358824afa06b6b587d9ee8c4272961 Mon Sep 17 00:00:00 2001 From: Jan Malkiewicz Date: Wed, 23 Sep 2020 09:27:00 +0200 Subject: [OOM-CMPv2] Update version to 2.1.0 Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz Change-Id: I112f84ec3265df105ed3a03e79bb17ac53e641c2 --- certService/pom.xml | 4 ++-- certServiceClient/pom.xml | 4 ++-- certServicePostProcessor/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/certService/pom.xml b/certService/pom.xml index 8c8a487a..f1f27988 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ org.onap.oom.platform.cert-service oom-certservice - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT oom-certservice-api - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT oom-certservice-api OOM Certification Service Api jar diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 0a1bd29e..50dd2b55 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -18,12 +18,12 @@ oom-certservice org.onap.oom.platform.cert-service - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT 4.0.0 oom-certservice-client - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT oom-certservice-client OOM Certification Service Api Client jar diff --git a/certServicePostProcessor/pom.xml b/certServicePostProcessor/pom.xml index e02e59f0..947d0666 100644 --- a/certServicePostProcessor/pom.xml +++ b/certServicePostProcessor/pom.xml @@ -5,12 +5,12 @@ oom-certservice org.onap.oom.platform.cert-service - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT 4.0.0 oom-certservice-post-processor - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT oom-certservice-post-processor An application which conducts certificate post-processing like: merging truststores, copying keystores. jar diff --git a/pom.xml b/pom.xml index 674c0c65..6734d8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.oom.platform.cert-service oom-certservice - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT oom-certservice OOM Certification Service pom diff --git a/version.properties b/version.properties index 358e99ce..7a7808c0 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=2 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg