Update SNAPSHOT and/or references of policy/docker to latest snapshots 87/140987/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 28 May 2025 14:12:44 +0000 (15:12 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 28 May 2025 14:12:50 +0000 (15:12 +0100)
Issue-ID: POLICY-5377
Change-Id: I16b9ded3298d56d00823297f5f81c91696d75408
Signed-off-by: waynedunican <wayne.dunican@est.tech>
policy-db-migrator/pom.xml
policy-db-migrator/src/main/docker/Dockerfile
policy-jdk/alpine/pom.xml
policy-jdk/pom.xml
policy-jre/pom.xml
policy-regression-tests/pom.xml
pom.xml
version.properties

index 59090df..9981303 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-db-migrator</artifactId>
index 7e3746e..ce5d1d0 100644 (file)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.0-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
index b0ef65b..fe0046e 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jdk</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 283c544..c66189f 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jdk</artifactId>
index 7a51882..63eb4bf 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jre</artifactId>
index 0414b5f..52c36f6 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.policy.regression</groupId>
diff --git a/pom.xml b/pom.xml
index fe28fed..6c23450 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
index 68aaed8..dbcc4be 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=4
-minor=1
-patch=3
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}