Update snapshot and/or references of policy/parent to latest snapshots 29/140029/1
authorwaynedunican <wayne.dunican@est.tech>
Mon, 27 Jan 2025 13:52:46 +0000 (13:52 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Mon, 27 Jan 2025 13:52:46 +0000 (13:52 +0000)
policy/parent updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5255
Change-Id: I98f4f2e02a9402f0c0528665b4c07338e7666eb6
Signed-off-by: waynedunican <wayne.dunican@est.tech>
checkstyle/pom.xml
integration/pom.xml
pom.xml
resources/pom.xml
version.properties

index acc94c6..102eeb1 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.1.0-SNAPSHOT</version>
+        <version>5.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index cb1a640..ac9f304 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.1.0-SNAPSHOT</version>
+        <version>5.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
@@ -38,7 +38,7 @@
     <properties>
         <java.version>17</java.version>
         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
-        <version.parent.resources>5.1.0</version.parent.resources>
+        <version.parent.resources>5.1.1-SNAPSHOT</version.parent.resources>
         <version.parent.checkstyle>[4.1.2,)</version.parent.checkstyle>
         <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
         <!-- Default Sonar configuration -->
diff --git a/pom.xml b/pom.xml
index af01d0a..c65e117 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
+    <version>5.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 35f07ee..37f77c8 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.1.0-SNAPSHOT</version>
+        <version>5.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index 28e5517..98a488c 100644 (file)
@@ -4,7 +4,7 @@
 
 major=5
 minor=1
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}