Update snapshot and/or references of policy/docker to latest snapshots 15/139415/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 18 Nov 2024 15:09:55 +0000 (15:09 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 18 Nov 2024 15:09:55 +0000 (15:09 +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: I57f61db2cc1c306dfcb518b69dbdc5febf7ba53d
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@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/alpine/pom.xml
policy-jre/pom.xml
policy-regression-tests/pom.xml
pom.xml
version.properties

index 776a1c7..28f965f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-db-migrator</artifactId>
index 60242df..28bf30e 100644 (file)
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:4.0.1
+FROM onap/policy-jre-alpine:4.0.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
index a6e47af..12f10b1 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jdk</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index dced9b4..ae34563 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jdk</artifactId>
index a1fb46d..03e987e 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jre</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 57f39c2..4ac8a94 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jre</artifactId>
index ffc5176..20d5e16 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.policy.regression</groupId>
diff --git a/pom.xml b/pom.xml
index e00f9f9..968b351 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.2-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
index bac5244..b45c803 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=0
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}