Update snapshot and/or references of policy/parent to latest snapshots 76/136776/1
authorsaul.gill <saul.gill@est.tech>
Mon, 11 Dec 2023 11:40:18 +0000 (11:40 +0000)
committersaul.gill <saul.gill@est.tech>
Mon, 11 Dec 2023 11:40:18 +0000 (11:40 +0000)
policy/parent updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I40cbab341a31ff4781237e339f7dd39cff0476f3

integration/pom.xml
pom.xml
resources/pom.xml
version.properties

index 2af220c..8bd36b2 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.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>4.1.0</version.parent.resources>
+        <version.parent.resources>4.1.1-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 4aafc10..1d8fcab 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.0-SNAPSHOT</version>
+    <version>4.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 34e3950..5e774d5 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index b0ccfcd..c01968b 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=1
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}