From cf0c7dad88c21edf3e678363ca3eb4a4ff24dabb Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Tue, 27 Oct 2020 13:50:33 -0400 Subject: [PATCH] Bump api master to 2.4.0-SNAPSHOT Issue-ID: POLICY-2875 Change-Id: Ib4aadc085ba3be5e8dd0ca6ad63d46a64b3c886a Signed-off-by: Ram Krishna Verma --- main/pom.xml | 2 +- packages/policy-api-docker/pom.xml | 2 +- packages/policy-api-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 4ad4924f..7b49a127 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 9c0703d1..af6ea0b7 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.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index f9046164..ca1bd3f1 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.3.4-SNAPSHOT + 2.4.0-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index f053acb8..12d59d7c 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index 73f31530..71ce9129 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.policy.api policy-api - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 1fd8691e..936f5cf3 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index ea8d7905..d0be5926 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index f970c0b9..f15c4b55 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.3.4-SNAPSHOT + 2.4.0-SNAPSHOT api-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