Update snapshot and/or references of policy/parent to latest snapshots 27/137927/1
authorwaynedunican <wayne.dunican@est.tech>
Thu, 16 May 2024 11:45:10 +0000 (12:45 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 16 May 2024 11:49:45 +0000 (12:49 +0100)
policy/parent updated to its latest own and reference snapshots

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

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

index cf3a04a..017ad9a 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.4-SNAPSHOT</version>
+        <version>4.1.5-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index 4717e14..55e5e9a 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.4-SNAPSHOT</version>
+        <version>4.1.5-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.4</version.parent.resources>
+        <version.parent.resources>4.1.5-SNAPSHOT</version.parent.resources>
         <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
         <!-- Default Sonar configuration -->
         <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
diff --git a/pom.xml b/pom.xml
index d412dfa..5d1cdaf 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.4-SNAPSHOT</version>
+    <version>4.1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 3fe2eb9..c249c92 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>4.1.4-SNAPSHOT</version>
+        <version>4.1.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index ecfa6ec..7b1a3c9 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=1
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}