From c835a46a56937ba8e715871d733a704b9c0ea889 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Oct 2023 10:53:04 +0100 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-4854 Signed-off-by: liamfallon Change-Id: I0b68c11b655b38fa845fe983ac1d7d23087701a9 --- 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 +- pom.xml | 4 ++-- version.properties | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) 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} -- 2.16.6