From: liamfallon Date: Fri, 10 Nov 2023 18:53:13 +0000 (+0000) Subject: Update snapshot and/or references of policy/docker to latest snapshots X-Git-Tag: 3.1.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F136453%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: I8f3d58ae8d2fce590aa9e63c24ed9d6dfff5737a --- diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index 574c0ec0..63bfb72e 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 3.0.2-SNAPSHOT + 3.0.3-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 4f7954fc..baa108ab 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.2 +FROM onap/policy-jre-alpine:3.0.3-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 fb44d369..082d23e0 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.2-SNAPSHOT + 3.0.3-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 4f69850b..f8ca74b4 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 3.0.2-SNAPSHOT + 3.0.3-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 6e676868..bbc46839 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.2-SNAPSHOT + 3.0.3-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index abefaf65..3965f434 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 3.0.2-SNAPSHOT + 3.0.3-SNAPSHOT policy-jre diff --git a/pom.xml b/pom.xml index ca668849..8879cb61 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 4.0.2 + 4.0.3-SNAPSHOT org.onap.policy.docker docker - 3.0.2-SNAPSHOT + 3.0.3-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index ecb60096..0a767e5b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch}