From 79841aca88d60257dc5557dc19f069b8bd677f99 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 15 Dec 2022 11:04:53 +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-4484 Signed-off-by: liamfallon Change-Id: Id9c0499baef561e5c48688c5071d07f4f2d08c3a --- 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 b022955f..a7e9dc64 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index fe7e3e9b..664649cd 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.6.0 +FROM onap/policy-jdk-alpine:2.6.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 01dd5254..69f2c89a 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jdk - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 1d51fc52..79c269d0 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index a75a6f34..21305758 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.docker policy-jre - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 7822cea1..7a36c203 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT policy-jre diff --git a/pom.xml b/pom.xml index be3e94b6..fb2e67a4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 3.7.0 + 3.7.1-SNAPSHOT org.onap.policy.docker docker - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index 86a80a53..9cb87dba 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6