From 1342e8fbaefdb0373597ff23d16bb5ccbad25bcc Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 28 May 2025 15:12:44 +0100 Subject: [PATCH] Update SNAPSHOT and/or references of policy/docker to latest snapshots Issue-ID: POLICY-5377 Change-Id: I16b9ded3298d56d00823297f5f81c91696d75408 Signed-off-by: waynedunican --- 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/pom.xml | 2 +- policy-regression-tests/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index 59090df2..99813031 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 7e3746e0..ce5d1d0a 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:4.1.3-SNAPSHOT +FROM onap/policy-jre-alpine:4.2.0-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 b0ef65be..fe0046ed 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jdk - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 283c5440..c66189f0 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.docker docker - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT policy-jdk diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 7a51882b..63eb4bfc 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.docker docker - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT policy-jre diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml index 0414b5fa..52c36f65 100644 --- a/policy-regression-tests/pom.xml +++ b/policy-regression-tests/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.docker docker - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT org.onap.policy.regression diff --git a/pom.xml b/pom.xml index fe28fedd..6c23450e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.policy.docker docker - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index 68aaed8b..dbcc4be4 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=4 -minor=1 -patch=3 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6