From: Tomasz Wrobel Date: Thu, 23 Dec 2021 13:05:16 +0000 (+0100) Subject: Top up project version to 2.5.0 X-Git-Tag: 2.5.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=772825849ca6e40f56c647f3565a59a3d207ba65;p=oom%2Fplatform%2Fcert-service.git Top up project version to 2.5.0 Issue-ID: OOM-2903 Signed-off-by: Tomasz Wrobel Change-Id: I99e55519d8ffcebb797763bdef3d8a8c7ec5fd7a --- 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}