From 3ed55cab7465fb2a3499cf8bee91d3c2579f5667 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 18 Nov 2024 15:09:55 +0000 Subject: [PATCH] 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-5166 Change-Id: I57f61db2cc1c306dfcb518b69dbdc5febf7ba53d Signed-off-by: rameshiyer27 --- policy-db-migrator/pom.xml | 2 +- policy-db-migrator/src/main/docker/Dockerfile | 2 +- policy-jdk/alpine/pom.xml | 2 +- policy-jdk/pom.xml | 2 +- policy-jre/alpine/pom.xml | 2 +- policy-jre/pom.xml | 2 +- policy-regression-tests/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index 776a1c71..28f965fc 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 4.0.1-SNAPSHOT + 4.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 60242df5..28bf30e4 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -19,7 +19,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:4.0.1 +FROM onap/policy-jre-alpine:4.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 a6e47af0..12f10b1d 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jdk - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index dced9b41..ae345635 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index a1fb46d7..03e987e6 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jre - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 57f39c29..4ac8a941 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT policy-jre diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml index ffc5176b..20d5e16d 100644 --- a/policy-regression-tests/pom.xml +++ b/policy-regression-tests/pom.xml @@ -7,7 +7,7 @@ org.onap.policy.docker docker - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT org.onap.policy.regression diff --git a/pom.xml b/pom.xml index e00f9f98..968b3519 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 5.0.1 + 5.0.2-SNAPSHOT org.onap.policy.docker docker - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index bac52448..b45c8037 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6