Set snapshot and/or references of policy/common for new release 07/142607/1
authorwaynedunican <wayne.dunican@est.tech>
Tue, 2 Dec 2025 10:31:57 +0000 (10:31 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Tue, 2 Dec 2025 10:31:57 +0000 (10:31 +0000)
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 <wayne.dunican@est.tech>
capabilities/pom.xml
common-parameters/pom.xml
gson/pom.xml
message-bus/pom.xml
policy-endpoints/pom.xml
pom.xml
spring-utils/pom.xml
utils-test/pom.xml
utils/pom.xml
version.properties

index e908aa3..c5686ab 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>capabilities</artifactId>
index 875dff1..8d7c14b 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>common-parameters</artifactId>
index 48817f9..9042331 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gson</artifactId>
     <description>Common Utilities</description>
index 6725e08..8440642 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>message-bus</artifactId>
index 7a7a493..b329fc5 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-endpoints</artifactId>
diff --git a/pom.xml b/pom.xml
index a0cd3de..84fe6d8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.policy.common</groupId>
     <artifactId>common-modules</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index 38beb27..4ee9fe8 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-utils</artifactId>
index 0109fae..c98bc6a 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils-test</artifactId>
index 19f7c69..bf9ac8e 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils</artifactId>
index 527c3ba..19e0714 100644 (file)
@@ -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}