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

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

Issue-ID: POLICY-5166
Change-Id: Ib839f39d81f2eed2895648a3ee792867605d617c
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
policy-db-migrator/pom.xml
policy-jdk/alpine/pom.xml
policy-jdk/pom.xml
policy-jre/alpine/pom.xml
policy-jre/pom.xml
policy-regression-tests/pom.xml
pom.xml
version.properties

index 28f965f..2846f4d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-db-migrator</artifactId>
index 12f10b1..fe5022a 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jdk</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index ae34563..3a8a454 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jdk</artifactId>
index 03e987e..2ec9fd7 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jre</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 4ac8a94..9756c27 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jre</artifactId>
index 20d5e16..f30dbe7 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.1.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.policy.regression</groupId>
diff --git a/pom.xml b/pom.xml
index 968b351..b4716b3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.1.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
index b45c803..b0ccfcd 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=4
-minor=0
-patch=2
+minor=1
+patch=0
 
 base_version=${major}.${minor}.${patch}