Update snapshot and/or references of policy/common to latest snapshots 35/137935/1
authorwaynedunican <wayne.dunican@est.tech>
Thu, 16 May 2024 13:23:07 +0000 (14:23 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 16 May 2024 13:23:07 +0000 (14:23 +0100)
policy/common updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5001
Change-Id: If597eabba9da9599fd4c751ce54f58335fd82003
Signed-off-by: waynedunican <wayne.dunican@est.tech>
12 files changed:
capabilities/pom.xml
common-logging/pom.xml
common-parameters/pom.xml
gson/pom.xml
integrity-audit/pom.xml
integrity-monitor/pom.xml
policy-endpoints/pom.xml
pom.xml
spring-utils/pom.xml
utils-test/pom.xml
utils/pom.xml
version.properties

index 091001a..cc23aca 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>capabilities</artifactId>
index ec60f2a..32409d9 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>ONAP-Logging</artifactId>
index b3be650..ec27c53 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>common-parameters</artifactId>
index fe3320b..1d266d1 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
     <artifactId>gson</artifactId>
     <description>Common Utilities</description>
index 07630a5..b5dc8c9 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <name>Integrity Audit</name>
index d98b50a..6314072 100644 (file)
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <name>Integrity Monitor</name>
index 2fb036c..b03640d 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-endpoints</artifactId>
diff --git a/pom.xml b/pom.xml
index 8947da4..dc63ab2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.4</version>
+        <version>4.1.5-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.common</groupId>
     <artifactId>common-modules</artifactId>
-    <version>2.1.3-SNAPSHOT</version>
+    <version>2.1.4-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index 3d7fda6..4cd674f 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-utils</artifactId>
index f4bc27b..b27fd3f 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils-test</artifactId>
index 6e6dafb..e1efe0b 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils</artifactId>
index 28a1d8d..3e2eebb 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=1
-patch=3
+patch=4
 
 base_version=${major}.${minor}.${patch}