From: waynedunican Date: Tue, 2 Dec 2025 10:32:10 +0000 (+0000) Subject: Set snapshot and/or references of policy/pap for new release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F142601%2F1;p=policy%2Fpap.git Set snapshot and/or references of policy/pap for new release policy/pap updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5491 Change-Id: I7939cff33f2b8f155b1536613a21b288ec88969e Signed-off-by: waynedunican --- diff --git a/main/pom.xml b/main/pom.xml index 6c44e257..ff258b97 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 848de410..2a717c4e 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap pap-packages - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 12b87a99..f4013d48 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-packages - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 0fa8e3f4..7744e6e1 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index a4c2dc08..acb3a637 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ org.onap.policy.pap policy-pap - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 0ca24c88..f3bf2637 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.pap pap-testsuites - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 52f8a832..4ed8ebd0 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.pap policy-pap - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index ce7bbca2..e82a04e0 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap pap-testsuites - 4.2.3-SNAPSHOT + 5.0.0-SNAPSHOT pap-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}