Update snapshot and/or references of policy/common to latest snapshots 58/140058/1
authorwaynedunican <wayne.dunican@est.tech>
Mon, 27 Jan 2025 15:48:58 +0000 (15:48 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Mon, 27 Jan 2025 15:48:58 +0000 (15:48 +0000)
policy/common updated to its latest own and reference snapshots

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-5255
Change-Id: I65c2a572b3a6fe130d1f327059b52a6fa236d326
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 bc4366d..4584c78 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>capabilities</artifactId>
index 73d1436..78aa213 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>common-parameters</artifactId>
index 670be37..322c161 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>gson</artifactId>
     <description>Common Utilities</description>
index 29f813c..ecc0ab0 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>message-bus</artifactId>
index dfa3574..eb88455 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-endpoints</artifactId>
diff --git a/pom.xml b/pom.xml
index abf3af7..34eec08 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.0</version>
+        <version>5.1.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.common</groupId>
     <artifactId>common-modules</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.1-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index ba1e19e..fb91714 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-utils</artifactId>
index 56a6a2b..8fd1448 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils-test</artifactId>
index 4549892..49a388b 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils</artifactId>
index bc48f0a..5142fa8 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=1
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}