From 830b73dccf56af114759890658a545fa6e22473f Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Thu, 18 Aug 2022 15:55:41 -0400 Subject: [PATCH] Bump pap to 2.4.7-SNAPSHOT Issue-ID: POLICY-4295 Change-Id: I08e771c23fd65c65e4ba942890653bbbe4a4f99f Signed-off-by: Ram Krishna Verma --- 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 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index d5ec255b..acbea3b1 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.4.6-SNAPSHOT + 2.4.7-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 649c9e56..d8f03770 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.4.6-SNAPSHOT + 2.4.7-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 7b0ad932..5ed19513 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap pap-packages - 2.4.6-SNAPSHOT + 2.4.7-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 81bea2e3..ad60276d 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.4.6-SNAPSHOT + 2.4.7-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index bee7784c..1cb0652b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.pap policy-pap - 2.4.6-SNAPSHOT + 2.4.7-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 1bda583d..b0ee0d34 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 2.4.6-SNAPSHOT + 2.4.7-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index c0ee51ab..81e712fb 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap policy-pap - 2.4.6-SNAPSHOT + 2.4.7-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index af909b24..e2980cc9 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 2.4.6-SNAPSHOT + 2.4.7-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 3450ac93..1fedf56a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=4 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} -- 2.16.6