From 8e0f731a480b9a39ab7588912e29cbdcd11247cc Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 20 Oct 2022 20:11:54 +0100 Subject: 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-4408 Signed-off-by: liamfallon Change-Id: Ic99f4fe294722c669639aebc362b96b25b1ed07c --- 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 83d18c90..f35e3e2a 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.5.1-SNAPSHOT + 2.5.2-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 1ba6193c..38aa0320 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-jdk-alpine:2.5.1 +FROM onap/policy-jdk-alpine:2.5.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 d29b528e..3dd3d88c 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jdk - 2.5.1-SNAPSHOT + 2.5.2-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 4a436d1d..e8db6106 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.5.1-SNAPSHOT + 2.5.2-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 687db69b..fd2cb9ad 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jre - 2.5.1-SNAPSHOT + 2.5.2-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 21252c87..1e762e56 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.5.1-SNAPSHOT + 2.5.2-SNAPSHOT policy-jre diff --git a/pom.xml b/pom.xml index 9cc2316a..eccfec7c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 3.6.1 + 3.6.2-SNAPSHOT org.onap.policy.docker docker - 2.5.1-SNAPSHOT + 2.5.2-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index 50c84cde..ecf57f41 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg