Update snapshot and/or references of policy/parent to latest snapshots 22/142522/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 26 Nov 2025 11:21:32 +0000 (11:21 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 26 Nov 2025 11:21:32 +0000 (11:21 +0000)
policy/parent updated to its latest own and reference snapshots

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

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

index c253233..585e30d 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.3-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index 0f0a92f..1854692 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.3-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.2</version.parent.resources>
+        <version.parent.resources>5.2.3-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 bdc6b2c..b0a58f8 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.2-SNAPSHOT</version>
+    <version>5.2.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 6b1483e..bbb3130 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.2.2-SNAPSHOT</version>
+        <version>5.2.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index 1617c03..25d8f39 100644 (file)
@@ -4,7 +4,7 @@
 
 major=5
 minor=2
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}