From: akenihan Date: Mon, 19 Jan 2026 10:28:03 +0000 (+0000) Subject: Update snapshot and/or references of policy/docker to latest snapshots X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4499de4576c983b38164a2b878c9c948040f7c1f;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-5529 Change-Id: I642c921e2e7e514e8776d42ebe608a4632152da2 Signed-off-by: akenihan --- diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index d6aec89c..498eb895 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 70cca5e5..f6e7bd43 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:5.0.0 +FROM onap/policy-jre-alpine:5.0.1-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 1ab52b47..a93c1e98 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jdk - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 2ff533bb..51e99e3a 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.docker docker - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index c83560ee..6b9a4d0b 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jre - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 0d53b900..81a3cd2c 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.docker docker - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT policy-jre diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml index 020bdcd9..04ab0078 100644 --- a/policy-regression-tests/pom.xml +++ b/policy-regression-tests/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.docker docker - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT org.onap.policy.regression diff --git a/pom.xml b/pom.xml index f811b422..654359ce 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 6.0.1 + 6.0.2-SNAPSHOT org.onap.policy.docker docker - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index 295674ed..60ac1544 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=5 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}