From 6aa64b948942b402b496b84b89186bcd276ce04c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 21 Oct 2022 17:45:27 +0100 Subject: [PATCH] Set snapshot and/or references of policy/pap for new release policy/pap 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: I09bf91495a8ae93e7e3c4aaadf3ad14971c6bbfb --- main/pom.xml | 2 +- packages/policy-pap-docker/pom.xml | 2 +- packages/policy-pap-docker/src/main/docker/Dockerfile | 2 +- packages/policy-pap-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 8 ++++---- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index a44f6230..9aaea334 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index a204ce94..e61107b7 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap pap-packages - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-docker/src/main/docker/Dockerfile b/packages/policy-pap-docker/src/main/docker/Dockerfile index 342ac685..c7c63fd9 100644 --- a/packages/policy-pap-docker/src/main/docker/Dockerfile +++ b/packages/policy-pap-docker/src/main/docker/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-pap.tar.gz /packages/ RUN tar xvzf /packages/policy-pap.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:2.5.2-SNAPSHOT +FROM onap/policy-jre-alpine:2.6.0-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy PAP" diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index e3344aca..371831c4 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-packages - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 51ce405d..66452fc5 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index 66b4b691..3be2dba6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ org.onap.policy.parent integration - 3.6.2-SNAPSHOT + 3.7.0-SNAPSHOT org.onap.policy.pap policy-pap - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT pom @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 1.11.2-SNAPSHOT - 2.7.2-SNAPSHOT + 1.12.0-SNAPSHOT + 2.8.0-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 4133edab..6a9f4fb7 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 3559ff13..7eb75cd4 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap policy-pap - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 3f9836d4..3fecde39 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 2.7.2-SNAPSHOT + 2.8.0-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 4c7e888e..6ee93e8b 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=7 -patch=2 +minor=8 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6