From 576f39f321b99bb8cb0c14bccc8bb7ffa68648d8 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 10 Mar 2021 14:21:06 -0500 Subject: [PATCH] Bump api to 2.4.2-SNAPSHOT Issue-ID: POLICY-3127 Change-Id: I2abb531ed01043777888cbb4c7412f3ddf18397d 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 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 8e7200ca..138db1f4 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 238062a0..62163276 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.1-SNAPSHOT + 2.4.2-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index ae9ae7c8..9ddafc96 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.1-SNAPSHOT + 2.4.2-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 953bf642..47ebd0a5 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index d23f5324..f8de335c 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.policy.api policy-api - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index eba6f779..bc2f27fe 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index ad6d068f..61beab03 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 96bbd759..b3e8a71b 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.4.1-SNAPSHOT + 2.4.2-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 858e03bd..926fe5b0 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6