From: waynedunican Date: Tue, 2 Dec 2025 10:32:06 +0000 (+0000) Subject: Set snapshot and/or references of policy/api for new release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=df767e57af010fd43e8083524a68702738c737f0;p=policy%2Fapi.git Set snapshot and/or references of policy/api for new release policy/api updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5491 Change-Id: Ie1bc5f85a2f9cb91237ec14661cc68ad590437f7 Signed-off-by: waynedunican --- diff --git a/main/pom.xml b/main/pom.xml index 142f37df..058de717 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.api policy-api - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT api-main ${project.artifactId} diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index e368d52f..00c54a2d 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.api api-packages - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 2fb7b919..a2e163e9 100644 --- a/packages/policy-api-tarball/pom.xml +++ b/packages/policy-api-tarball/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api api-packages - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 764d0f04..d864af5c 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index b28acd40..3fca11d2 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ org.onap.policy.api policy-api - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 90709643..cf0a6934 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.api api-testsuites - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 08dc7a30..039efa94 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.api policy-api - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index b81c2123..d6339b28 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.api api-testsuites - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 8bf7c66f..295674ed 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=4 -minor=2 -patch=3 +major=5 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}