From: Ram Krishna Verma Date: Wed, 15 Apr 2020 12:23:14 +0000 (-0400) Subject: Bump api to 2.2.3-SNAPSHOT X-Git-Tag: 2.2.3~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=42870e74260239d84b048bdd23b9f113362f1a4a;p=policy%2Fapi.git Bump api to 2.2.3-SNAPSHOT Issue-ID: POLICY-2378 Change-Id: I9b20aa5dcdb6517b1abfba2725a19a77e98bb217 Signed-off-by: Ram Krishna Verma --- diff --git a/main/pom.xml b/main/pom.xml index 5de725f2..9a48ab79 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 2fede45e..edb47467 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 055ec99c..059c9708 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 4a36d1f6..735e0a1d 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index 2049f3a0..3705430b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.api policy-api - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index a2f6619e..cceadd6e 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index e2b11a70..b11faaa6 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 8c2431f2..576ffbdd 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 76584abc..a7658aec 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch}