Update snapshot and/or references of policy/parent to latest snapshots 79/140979/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 28 May 2025 13:24:34 +0000 (14:24 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 28 May 2025 13:24:34 +0000 (14:24 +0100)
policy/parent updated to its latest own and reference snapshots

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

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

index 7fb1057..05d262d 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.1-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index c47b12c..c60b5bc 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.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.2.0</version.parent.resources>
+        <version.parent.resources>5.2.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 ca0927e..3bcfecd 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.2.0-SNAPSHOT</version>
+    <version>5.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 72855cd..3ee75c8 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index f366abb..17aeab7 100644 (file)
@@ -4,7 +4,7 @@
 
 major=5
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}