From: liamfallon Date: Wed, 18 Oct 2023 09:53:04 +0000 (+0100) Subject: Update snapshot and/or references of policy/docker to latest snapshots X-Git-Tag: 3.0.2~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F136230%2F1;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-4854 Signed-off-by: liamfallon Change-Id: I0b68c11b655b38fa845fe983ac1d7d23087701a9 --- diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index 686055ff..574c0ec0 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index bc99ff88..d2552108 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:3.0.1 +FROM onap/policy-jre-alpine:3.0.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 7f9f84e2..fb44d369 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jdk - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 7d7d652f..4f69850b 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index e606f7ec..6e676868 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jre - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 3dbe28f5..abefaf65 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT policy-jre diff --git a/pom.xml b/pom.xml index 37f5ceb3..fa3e6591 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 4.0.1 + 4.0.2-SNAPSHOT org.onap.policy.docker docker - 3.0.1-SNAPSHOT + 3.0.2-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index fd262fb4..ecb60096 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch}