From bf0f6110ce864b74b25df8df4e1f239fbf049457 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 20 May 2020 10:57:22 -0400 Subject: [PATCH] Bump pap master to 2.3.0-SNAPSHOT Issue-ID: POLICY-2514 Change-Id: Id780f9bc672cde633cf3d7d42b7c9f98fad0396f 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 9d262739..8e6e87b7 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index c111c5a2..049a6e80 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.2.4-SNAPSHOT + 2.3.0-SNAPSHOT policy-pap-docker diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index a0cb99ae..f22f52bf 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.2.4-SNAPSHOT + 2.3.0-SNAPSHOT policy-pap-tarball diff --git a/packages/pom.xml b/packages/pom.xml index a99b70e9..ba46f2a7 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pap-packages diff --git a/pom.xml b/pom.xml index 7cea0d7b..1a8e2e2a 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.pap policy-pap - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 90e76460..b5f657e7 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index cf7eb08e..c1016716 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap policy-pap - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index b028eedd..3290eee5 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 2.2.4-SNAPSHOT + 2.3.0-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index dd0bf5c9..d54fa5b8 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=2 -patch=4 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6