From ec66657b0e34131a22b3827ec689232f786ea041 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Apr 2022 21:34:47 +0100 Subject: [PATCH] Update snapshot and/or references of policy/api to latest snapshots policy/api updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon Change-Id: I4f7a7b041d7f681a0975f673725abfad249d5671 --- 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 | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index c982693f..4e787cf4 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.api policy-api - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 4cbd16a5..e89db155 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.2-SNAPSHOT + 2.6.3-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index f5c66403..8895f762 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.2-SNAPSHOT + 2.6.3-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 4c7f1454..4049ed4a 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index 3052cf80..bab2b951 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 3.5.2 + 3.5.3-SNAPSHOT org.onap.policy.api policy-api - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT pom @@ -42,8 +42,8 @@ Code that define our external API. - 1.10.2 - 2.6.2 + 1.10.3-SNAPSHOT + 2.6.3-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 06df6fd3..1927d226 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 92b3d1af..f6929567 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 6ca28d25..578a87e9 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index ca0670a2..d4663f28 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=6 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6