From 90d225ab80ca8f50956087048b316f70d1ce2f16 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Tue, 11 Jan 2022 09:42:02 +0100 Subject: [OOM-CERT-SERVICE] Top up version in Istanbul branch Issue-ID: OOM-2903 Signed-off-by: Tomasz Wrobel Change-Id: Id048326558f9da93c0e79547bae0aedb619d4c41 --- certService/pom.xml | 4 ++-- certServiceK8sExternalProvider/pom.xml | 2 +- certServicePostProcessor/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/certService/pom.xml b/certService/pom.xml index 4ad5b4ac..649e7292 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ org.onap.oom.platform.cert-service oom-certservice - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT oom-certservice-api - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT oom-certservice-api OOM Certification Service Api jar diff --git a/certServiceK8sExternalProvider/pom.xml b/certServiceK8sExternalProvider/pom.xml index a64b9a6b..e47e0883 100644 --- a/certServiceK8sExternalProvider/pom.xml +++ b/certServiceK8sExternalProvider/pom.xml @@ -5,7 +5,7 @@ oom-certservice org.onap.oom.platform.cert-service - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT 4.0.0 diff --git a/certServicePostProcessor/pom.xml b/certServicePostProcessor/pom.xml index 0584043d..8bf0fcdf 100644 --- a/certServicePostProcessor/pom.xml +++ b/certServicePostProcessor/pom.xml @@ -5,12 +5,12 @@ oom-certservice org.onap.oom.platform.cert-service - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT 4.0.0 oom-certservice-post-processor - 2.4.0-SNAPSHOT + 2.4.1-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 76a7c6a8..7cdb9aa7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.oom.platform.cert-service oom-certservice - 2.4.0-SNAPSHOT + 2.4.1-SNAPSHOT oom-certservice OOM Certification Service pom diff --git a/version.properties b/version.properties index c0f75b6a..a88b6507 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=2 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg