From: Jim Hahn Date: Wed, 23 Jun 2021 22:10:11 +0000 (-0400) Subject: Bump api to 2.4.4 X-Git-Tag: 2.4.4~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3fb198c7ecc9267a566b82cd84450ecf5a9fc425;p=policy%2Fapi.git Bump api to 2.4.4 Issue-ID: POLICY-3329 Change-Id: Iacd49e7c48160bc24dfcc4f226e2e8e3cfea66f4 Signed-off-by: Jim Hahn --- diff --git a/main/pom.xml b/main/pom.xml index b280b0d0..60a21c36 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 77b32398..37cea67e 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.3-SNAPSHOT + 2.4.4-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 2e03e3ce..ff31f460 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.3-SNAPSHOT + 2.4.4-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index b824863e..c55e2f0b 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index a1119c6f..0b619e53 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.policy.api policy-api - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index c3ffb6af..d720d6e2 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index d2541ec4..349ca403 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 336a916d..27fa30ce 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.4.3-SNAPSHOT + 2.4.4-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index 5d7ff9b8..35e80d6b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=4 -patch=3 +patch=4 base_version=${major}.${minor}.${patch}