Update snapshot and/or references of policy/parent to latest snapshots 99/134299/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 24 Apr 2023 13:51:13 +0000 (14:51 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 24 Apr 2023 13:51:13 +0000 (14:51 +0100)
policy/parent updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I98b953623515b6d9106f195e1956a27bc0e96d74

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

index a778144..9677f8d 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.7.2-SNAPSHOT</version>
+        <version>3.7.3-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.2</version.parent.resources>
+        <version.parent.resources>3.7.3-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 7b3bfe9..c2b00f0 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.2-SNAPSHOT</version>
+    <version>3.7.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 87297eb..6e63c3c 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.7.2-SNAPSHOT</version>
+        <version>3.7.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index 47f195d..fc16c1d 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=7
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}