Update snapshot and/or references of policy/docker to latest snapshots 33/137933/1 master
authorwaynedunican <wayne.dunican@est.tech>
Thu, 16 May 2024 13:23:03 +0000 (14:23 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 16 May 2024 13:23:03 +0000 (14:23 +0100)
policy/docker updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5001
Change-Id: I3bcf76667949afe40553ddf67e128995c9ec117a
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/alpine/pom.xml
policy-jre/pom.xml
policy-regression-tests/pom.xml
pom.xml
version.properties

index 79fc5f1..62ca1eb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-db-migrator</artifactId>
index 7ff6ac7..06b7bea 100644 (file)
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:3.1.3
+FROM onap/policy-jre-alpine:3.1.4-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
index 51b0aa0..17fb716 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jdk</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.4-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 5190a20..f40e7f3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jdk</artifactId>
index 7b4ae18..5fe25b1 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jre</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.4-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 55e4437..ed40143 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jre</artifactId>
index abd574d..ca02ea3 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>3.1.3-SNAPSHOT</version>
+    <version>3.1.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.onap.policy.regression</groupId>
diff --git a/pom.xml b/pom.xml
index db5fef0..ba24706 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.4</version>
+        <version>4.1.5-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>3.1.3-SNAPSHOT</version>
+    <version>3.1.4-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
index 9547659..7f9c490 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=1
-patch=3
+patch=4
 
 base_version=${major}.${minor}.${patch}