Update snapshot and/or references of policy/parent to latest snapshots 30/137230/1
authorwaynedunican <wayne.dunican@est.tech>
Fri, 16 Feb 2024 13:07:06 +0000 (13:07 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Fri, 16 Feb 2024 13:07:06 +0000 (13:07 +0000)
policy/parent updated to its latest own and reference snapshots

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

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

index fb63238..86f2ddb 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.1-SNAPSHOT</version>
+        <version>4.1.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>4.1.1</version.parent.resources>
+        <version.parent.resources>4.1.2-SNAPSHOT</version.parent.resources>
         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
         <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
         <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
diff --git a/pom.xml b/pom.xml
index 1d8fcab..767cbfd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>4.1.1-SNAPSHOT</version>
+    <version>4.1.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 5e774d5..f44996a 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.1-SNAPSHOT</version>
+        <version>4.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index c01968b..dd2ef93 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=1
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}