From 908c63769ef2d5bd05008851f0d7dba61243a9d6 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 14 Nov 2023 16:12:30 +0100 Subject: 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-4854 Signed-off-by: liamfallon Change-Id: I89e3201edc55ed80613fe6a63f0c220d51870dab --- main/pom.xml | 2 +- packages/policy-pap-docker/pom.xml | 2 +- packages/policy-pap-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- pom.xml | 2 +- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- testsuites/stability/pom.xml | 2 +- version.properties | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index cf6a4dcf..b2e97307 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap policy-pap - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 0c4f7765..b4e4cc93 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 - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 48441240..346e1d32 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 - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 279261b5..d49b3193 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index d7681d74..5d3ef621 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.pap policy-pap - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 45d385eb..6141a490 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 3847c892..5658c7be 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.pap policy-pap - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 98da582e..1ef0e288 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 3.0.3-SNAPSHOT + 3.1.0-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 0a767e5b..bc48f0ac 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=0 -patch=3 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg