From 772825849ca6e40f56c647f3565a59a3d207ba65 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Thu, 23 Dec 2021 14:05:16 +0100 Subject: Top up project version to 2.5.0 Issue-ID: OOM-2903 Signed-off-by: Tomasz Wrobel Change-Id: I99e55519d8ffcebb797763bdef3d8a8c7ec5fd7a --- 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..7f559469 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.5.0-SNAPSHOT oom-certservice-api - 2.4.0-SNAPSHOT + 2.5.0-SNAPSHOT oom-certservice-api OOM Certification Service Api jar diff --git a/certServiceK8sExternalProvider/pom.xml b/certServiceK8sExternalProvider/pom.xml index a64b9a6b..30b419ef 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.5.0-SNAPSHOT 4.0.0 diff --git a/certServicePostProcessor/pom.xml b/certServicePostProcessor/pom.xml index 0584043d..c410a40a 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.5.0-SNAPSHOT 4.0.0 oom-certservice-post-processor - 2.4.0-SNAPSHOT + 2.5.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 76a7c6a8..587d2d87 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.oom.platform.cert-service oom-certservice - 2.4.0-SNAPSHOT + 2.5.0-SNAPSHOT oom-certservice OOM Certification Service pom diff --git a/version.properties b/version.properties index c0f75b6a..6c697332 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=2 -minor=4 +minor=5 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg