From 4bf75879072fc50e1c6805b9d4bd3fd351fb8a96 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 21 Oct 2022 17:31:11 +0100 Subject: [PATCH] Set snapshot and/or references of policy/docker for new release 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: Id900a74168359265a327fa652d958edc56e15214 --- 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 | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index f35e3e2a..b022955f 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.5.2-SNAPSHOT + 2.6.0-SNAPSHOT policy-db-migrator diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 38aa0320..117bdab4 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.2-SNAPSHOT +FROM onap/policy-jdk-alpine:2.6.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 3dd3d88c..01dd5254 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.2-SNAPSHOT + 2.6.0-SNAPSHOT pom diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index e8db6106..1d51fc52 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.5.2-SNAPSHOT + 2.6.0-SNAPSHOT policy-jdk diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index fd2cb9ad..a75a6f34 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.2-SNAPSHOT + 2.6.0-SNAPSHOT pom diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 1e762e56..7822cea1 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.docker docker - 2.5.2-SNAPSHOT + 2.6.0-SNAPSHOT policy-jre diff --git a/pom.xml b/pom.xml index eccfec7c..cd5b4eaf 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 3.6.2-SNAPSHOT + 3.7.0-SNAPSHOT org.onap.policy.docker docker - 2.5.2-SNAPSHOT + 2.6.0-SNAPSHOT pom policy-docker diff --git a/version.properties b/version.properties index ecf57f41..86a80a53 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=5 -patch=2 +minor=6 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6