Update snapshot and/or references of policy/parent to latest snapshots 41/137741/1
authorsaul.gill <saul.gill@est.tech>
Thu, 25 Apr 2024 09:19:58 +0000 (10:19 +0100)
committersaul.gill <saul.gill@est.tech>
Thu, 25 Apr 2024 09:19:58 +0000 (10:19 +0100)
policy/parent updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4970
Change-Id: Ic6c34cd2d75688059bd80e4efd4d2ff2c75664c7
Signed-off-by: saul.gill <saul.gill@est.tech>
checkstyle/pom.xml
integration/pom.xml
pom.xml
resources/pom.xml
version.properties

index 3d8e11f..313e427 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index 6423564..1e8997f 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.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>4.1.2</version.parent.resources>
+        <version.parent.resources>4.1.3-SNAPSHOT</version.parent.resources>
         <version.parent.checkstyle>4.1.2-SNAPSHOT</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 ce8f8de..debd984 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>4.1.2-SNAPSHOT</version>
+    <version>4.1.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index f44996a..873a85d 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index dd2ef93..68aaed8 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=1
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}