From: liamfallon Date: Tue, 3 May 2022 16:21:48 +0000 (+0100) Subject: Set snapshot and/or references of policy/api for new release X-Git-Tag: 2.7.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F129049%2F1;p=policy%2Fapi.git 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 --- 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}