Update snapshot and/or references of policy/parent to latest snapshots 09/139409/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 18 Nov 2024 12:34:14 +0000 (12:34 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 18 Nov 2024 12:34:14 +0000 (12:34 +0000)
policy/parent updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5166
Change-Id: I2ef9b0c578c9aed0bb7c9a56b76acf13dd0962e1
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
checkstyle/pom.xml
integration/pom.xml
pom.xml
resources/pom.xml
version.properties

index f6c6cf6..7205261 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index 55dffd2..3f88142 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.0.2-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.0.1</version.parent.resources>
+        <version.parent.resources>5.0.2-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 c971ad0..d7cc054 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.0.1-SNAPSHOT</version>
+    <version>5.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 72c4fa4..87e51ef 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index 60ac154..443752c 100644 (file)
@@ -4,7 +4,7 @@
 
 major=5
 minor=0
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}