From f655bbd5cf8c28fda08ea6a130ec314b21725cb6 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Fri, 10 Jul 2020 18:30:10 -0400 Subject: [PATCH] Bump api to 2.3.1-SNAPSHOT Issue-ID: POLICY-2695 Change-Id: Ic53e2b74f63962426fa8d91d1d85a82d80d7af60 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 1fcb4a3c..609c19f3 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 2.3.0-SNAPSHOT + 2.3.1-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index d0a5689a..bc1ce69c 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.0-SNAPSHOT + 2.3.1-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 53e77286..7110b096 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.0-SNAPSHOT + 2.3.1-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 6e262df8..1d37adb3 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.3.0-SNAPSHOT + 2.3.1-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index b81a2774..9c16d6e7 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.api policy-api - 2.3.0-SNAPSHOT + 2.3.1-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index e1d734fe..8089003b 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.3.0-SNAPSHOT + 2.3.1-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index f299a29a..b9664a56 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.3.0-SNAPSHOT + 2.3.1-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 6c32e039..3f5ee639 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.3.0-SNAPSHOT + 2.3.1-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index d54fa5b8..bc2c506d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6