From: saul.gill Date: Tue, 28 Feb 2023 13:30:45 +0000 (+0000) Subject: Update snapshot and/or references of policy/docker to latest snapshots X-Git-Tag: 2.6.2~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F133453%2F2;p=policy%2Fdocker.git Update snapshot and/or references of policy/docker to latest snapshots policy/docker updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill Change-Id: Ie7cebf3963d13081b4ec1c31e454c7026370aef3 Signed-off-by: saul.gill --- diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index a7e9dc64..124cc678 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 8fd26808..914fe8ba 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:2.6.1 +FROM onap/policy-jre-alpine:2.6.2-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml index b656b6f8..bf31826c 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jdk - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 79c269d0..69d52358 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 1a1574bc..2b7393c8 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jre - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 7a36c203..7ca4ec01 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT policy-jre diff --git a/pom.xml b/pom.xml index d1da4c9b..5613534c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 3.7.1 + 3.7.2-SNAPSHOT org.onap.policy.docker docker - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index 9cb87dba..ca0670a2 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=6 -patch=1 +patch=2 base_version=${major}.${minor}.${patch}