From 05d0a7340c3ceb3596a58293db4a65f5702b796b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Apr 2022 21:34:51 +0100 Subject: [PATCH] Update snapshot and/or references of policy/pap to latest snapshots policy/pap 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: Ia650fc73cb0af8e8b36b82791918e23e51367308 --- main/pom.xml | 2 +- packages/policy-pap-docker/pom.xml | 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 | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 3409bbb5..538d3f76 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 7067f33b..cf5078df 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.6.2-SNAPSHOT + 2.6.3-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 34229721..73a1452f 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.6.2-SNAPSHOT + 2.6.3-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index c281492b..1a07f0f9 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index 8a86a82a..607da98d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ org.onap.policy.parent integration - 3.5.2 + 3.5.3-SNAPSHOT org.onap.policy.pap policy-pap - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT pom @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 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 742a67a2..46fcb3e3 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index d74cbcee..0e629456 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap policy-pap - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index d53d6409..2c8c97b1 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT pap-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