Update snapshot and/or references of policy/parent to latest snapshots 44/133444/1
authorsaul.gill <saul.gill@est.tech>
Tue, 28 Feb 2023 11:58:26 +0000 (11:58 +0000)
committersaul.gill <saul.gill@est.tech>
Tue, 28 Feb 2023 11:58:26 +0000 (11:58 +0000)
policy/parent updated to its latest own and reference snapshots

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

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

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

index aa46c55..8521c0b 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.7.1-SNAPSHOT</version>
+        <version>3.7.2-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
@@ -38,7 +38,7 @@
     <properties>
         <java.version>11</java.version>
         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
-        <version.parent.resources>3.7.1</version.parent.resources>
+        <version.parent.resources>3.7.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 b10008f..7b3bfe9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>3.7.1-SNAPSHOT</version>
+    <version>3.7.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index a3de1f1..87297eb 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.7.1-SNAPSHOT</version>
+        <version>3.7.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index c4f13ce..47f195d 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=7
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}