From: Jim Hahn Date: Wed, 20 May 2020 12:24:16 +0000 (-0400) Subject: Bump api to 2.2.5-SNAPSHOT in frankfurt X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=27b200a1541f648e2355af32b112e02d10b92a23;p=policy%2Fapi.git Bump api to 2.2.5-SNAPSHOT in frankfurt Also updated the default branch. Issue-ID: POLICY-2514 Change-Id: I9b8ddf60e2ccd706e83c5e466d3bc20faf64cdfb Signed-off-by: Jim Hahn --- diff --git a/.gitreview b/.gitreview index dc96ff88..bf556396 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/api.git -defaultbranch=master +defaultbranch=frankfurt diff --git a/main/pom.xml b/main/pom.xml index 4bbdc0eb..58f43f94 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 2.2.4-SNAPSHOT + 2.2.5-SNAPSHOT api-main diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 5ad1d3f2..a63dcbcf 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.4-SNAPSHOT + 2.2.5-SNAPSHOT pom diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 17f18841..3532efcd 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.4-SNAPSHOT + 2.2.5-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 104c5791..3d6e917c 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.api policy-api - 2.2.4-SNAPSHOT + 2.2.5-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index 8660e645..67d577cb 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.policy.api policy-api - 2.2.4-SNAPSHOT + 2.2.5-SNAPSHOT pom diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 304a9201..fb2a8166 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.2.4-SNAPSHOT + 2.2.5-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index c70414b7..6988e4b7 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api policy-api - 2.2.4-SNAPSHOT + 2.2.5-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index f054cf95..8953997d 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.api api-testsuites - 2.2.4-SNAPSHOT + 2.2.5-SNAPSHOT api-stability diff --git a/version.properties b/version.properties index dd0bf5c9..a2a146d1 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=2 -patch=4 +patch=5 base_version=${major}.${minor}.${patch}