Set snapshot and/or references of policy/parent for new release 74/139474/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 19 Nov 2024 17:24:54 +0000 (17:24 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 19 Nov 2024 17:24:54 +0000 (17:24 +0000)
policy/parent updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5166
Change-Id: I1bd9a7c0442eecaabef2897a4a0dcda5df4d4e45
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
checkstyle/pom.xml
integration/pom.xml
pom.xml
resources/pom.xml
version.properties

index 7205261..acc94c6 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>checkstyle</artifactId>
     <name>checkstyle</name>
index 3f88142..f48b7d0 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index d7cc054..af01d0a 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>5.0.2-SNAPSHOT</version>
+    <version>5.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 87e51ef..35f07ee 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index 443752c..28e5517 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=5
-minor=0
-patch=2
+minor=1
+patch=0
 
 base_version=${major}.${minor}.${patch}