From: waynedunican Date: Tue, 2 Dec 2025 10:31:57 +0000 (+0000) Subject: Set snapshot and/or references of policy/common for new release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e0745e8c629e0908458e1ec70f8f33dd17b47509;p=policy%2Fcommon.git Set snapshot and/or references of policy/common for new release policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5491 Change-Id: I8c7746c36e46cc29c310d700f3c820e780e03728 Signed-off-by: waynedunican --- diff --git a/capabilities/pom.xml b/capabilities/pom.xml index e908aa3b..c5686ab9 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT capabilities diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 875dff11..8d7c14be 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT common-parameters diff --git a/gson/pom.xml b/gson/pom.xml index 48817f9d..9042331e 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT gson Common Utilities diff --git a/message-bus/pom.xml b/message-bus/pom.xml index 6725e08f..84406428 100644 --- a/message-bus/pom.xml +++ b/message-bus/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT message-bus diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 7a7a4931..b329fc55 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index a0cd3de2..84fe6d89 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT pom diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index 38beb27e..4ee9fe80 100644 --- a/spring-utils/pom.xml +++ b/spring-utils/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT spring-utils diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 0109fae7..c98bc6ab 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT utils-test diff --git a/utils/pom.xml b/utils/pom.xml index 19f7c69a..bf9ac8ed 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.common common-modules - 3.2.3-SNAPSHOT + 4.0.0-SNAPSHOT utils diff --git a/version.properties b/version.properties index 527c3bae..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=2 -patch=3 +major=4 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}