Set snapshot and/or references of policy/docker for new release 08/142608/1
authorwaynedunican <wayne.dunican@est.tech>
Tue, 2 Dec 2025 10:31:53 +0000 (10:31 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Tue, 2 Dec 2025 10:31:53 +0000 (10:31 +0000)
policy/docker updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5491
Change-Id: I1d5ecb771e44ac36a78500eecbf6aa03539352e9
Signed-off-by: waynedunican <wayne.dunican@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 f19b1ae..d6aec89 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.2.3-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-db-migrator</artifactId>
index 9179912..1ab52b4 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jdk</artifactId>
-        <version>4.2.3-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 409f454..2ff533b 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.2.3-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jdk</artifactId>
index bdc8208..c83560e 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jre</artifactId>
-        <version>4.2.3-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index ac6be41..0d53b90 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.2.3-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jre</artifactId>
index d66bce3..020bdcd 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.2.3-SNAPSHOT</version>
+    <version>5.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.policy.regression</groupId>
diff --git a/pom.xml b/pom.xml
index f0cd042..a4b74d9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.2.3-SNAPSHOT</version>
+    <version>5.0.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
index 8bf7c66..295674e 100644 (file)
@@ -2,9 +2,9 @@
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support
 
-major=4
-minor=2
-patch=3
+major=5
+minor=0
+patch=0
 
 base_version=${major}.${minor}.${patch}