From be1caa4907e14c8572e9a78b2a959d50e31a117b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 3 May 2022 17:21:48 +0100 Subject: [PATCH] Set snapshot and/or references of policy/api for new release policy/api updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4073 Signed-off-by: liamfallon Change-Id: I92164d86463228070bbc96eefb66ebea72617b77 Signed-off-by: liamfallon --- main/pom.xml | 2 +- packages/policy-api-docker/pom.xml | 2 +- packages/policy-api-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 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 5b502b83..0a317e60 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.api policy-api - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index bb7c182d..9bc438d9 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.api api-packages - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index bafbe4e0..4abaf62f 100644 --- a/packages/policy-api-tarball/pom.xml +++ b/packages/policy-api-tarball/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.api api-packages - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 72fa838f..552101c9 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index eb0f464e..680ee699 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 3.5.4-SNAPSHOT + 3.6.0-SNAPSHOT org.onap.policy.api policy-api - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT pom @@ -42,8 +42,8 @@ Code that define our external API. - 1.10.4-SNAPSHOT - 2.6.4-SNAPSHOT + 1.11.0-SNAPSHOT + 2.7.0-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index d6341c1c..823469f9 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index f1c2025f..d7a6852a 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 48f9310a..f6476e61 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.6.4-SNAPSHOT + 2.7.0-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 07f80c6a..8b9e3171 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=6 -patch=4 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6