Update snapshot and/or references of policy/docker to latest snapshots 33/132733/1
authorliamfallon <liam.fallon@est.tech>
Thu, 15 Dec 2022 11:04:53 +0000 (11:04 +0000)
committerliamfallon <liam.fallon@est.tech>
Thu, 15 Dec 2022 11:04:53 +0000 (11:04 +0000)
policy/docker updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id9c0499baef561e5c48688c5071d07f4f2d08c3a

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
pom.xml
version.properties

index b022955..a7e9dc6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-db-migrator</artifactId>
index fe7e3e9..664649c 100644 (file)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:2.6.0
+FROM onap/policy-jdk-alpine:2.6.1-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
index 01dd525..69f2c89 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jdk</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.1-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 1d51fc5..79c269d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jdk</artifactId>
index a75a6f3..2130575 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>policy-jre</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.1-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 7822cea..7a36c20 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.docker</groupId>
         <artifactId>docker</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-jre</artifactId>
diff --git a/pom.xml b/pom.xml
index be3e94b..fb2e67a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.7.0</version>
+        <version>3.7.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.1-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
index 86a80a5..9cb87db 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=6
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}