From 29169f6f4277264995a7338820e6e3ae1a6eb28e Mon Sep 17 00:00:00 2001 From: pd1248 Date: Thu, 11 Mar 2021 15:25:31 -0500 Subject: [PATCH] Bump api to 2.5.0-SNAPSHOT Issue-ID: POLICY-3105 Change-Id: Ia2016f32738100e8c795b3045d5739a4985a97a1 Signed-off-by: pd1248 --- main/pom.xml | 2 +- packages/policy-api-docker/pom.xml | 2 +- packages/policy-api-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 | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 138db1f4..a8364ac2 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 62163276..251e84d4 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.4.2-SNAPSHOT + 2.5.0-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 9ddafc96..6379434d 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.4.2-SNAPSHOT + 2.5.0-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 47ebd0a5..d668bfe4 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index f8de335c..e89bfff8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.policy.parent integration - 3.3.0 + 3.4.0-SNAPSHOT org.onap.policy.api policy-api - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT pom @@ -42,8 +42,8 @@ Code that define our external API. - 1.8.0 - 2.4.1 + 1.9.0-SNAPSHOT + 2.5.0-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index bc2f27fe..57e019ec 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 61beab03..398fb9aa 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index b3e8a71b..96753df1 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 926fe5b0..756f8a39 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=4 -patch=2 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6