Bump api to 2.2.5-SNAPSHOT in frankfurt 62/107962/2 frankfurt
authorJim Hahn <jrh3@att.com>
Wed, 20 May 2020 12:24:16 +0000 (08:24 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 20 May 2020 13:15:37 +0000 (09:15 -0400)
Also updated the default branch.

Issue-ID: POLICY-2514
Change-Id: I9b8ddf60e2ccd706e83c5e466d3bc20faf64cdfb
Signed-off-by: Jim Hahn <jrh3@att.com>
.gitreview
main/pom.xml
packages/policy-api-docker/pom.xml
packages/policy-api-tarball/pom.xml
packages/pom.xml
pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml
version.properties

index dc96ff8..bf55639 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=policy/api.git
-defaultbranch=master
+defaultbranch=frankfurt
index 4bbdc0e..58f43f9 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-main</artifactId>
index 5ad1d3f..a63dcbc 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 17f1884..3532efc 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index 104c579..3d6e917 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 8660e64..67d577c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>2.2.4-SNAPSHOT</version>
+    <version>2.2.5-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index 304a920..fb2a816 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index c70414b..6988e4b 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index f054cf9..8953997 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.2.5-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index dd0bf5c..a2a146d 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=2
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}