From 27f4e96d14912bcbd569956087296e4720d5a212 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Tue, 27 Oct 2020 13:54:36 -0400 Subject: [PATCH] Bump pap master to 2.4.0-SNAPSHOT Issue-ID: POLICY-2875 Change-Id: Ibad95f08cb39adc285f9326dd1d590163ede5803 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 | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index b3de631d..5f7cc0e0 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index b7587c1c..867ea2a9 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-packages - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index bd78c683..9fd19044 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.3.4-SNAPSHOT + 2.4.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index f14f5650..b1d93569 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index ba0d5ce6..32eba149 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.pap policy-pap - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 8a7c4f8b..5acea017 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 39a5b175..6fc1b846 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap policy-pap - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 738ed0c3..f168ffc8 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 2648c135..ee5d4d0e 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=3 -patch=4 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6