From: saul.gill Date: Mon, 20 May 2024 10:08:44 +0000 (+0100) Subject: Set snapshot and/or references of policy/pap for new release X-Git-Tag: 4.0.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f779156d83fcfa022943072e92846962de012715;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-4999 Change-Id: I84c03d1b11b07784b8d5b9e1a48d5839e9420af8 Signed-off-by: saul.gill --- diff --git a/main/pom.xml b/main/pom.xml index ffe1e61d..9e3fae07 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 8c135119..abb03ee9 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 - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index e22941cb..8a7c64ef 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 - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index df69ccfe..16a70987 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index 93f2b3af..2042a075 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.pap policy-pap - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 051369b1..d47466f5 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 004b9120..8f1905f0 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 42c38de4..7c7da624 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 3.1.4-SNAPSHOT + 4.0.0-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 7f9c4908..19e0714b 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=3 -minor=1 -patch=4 +major=4 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}