Bump versions for pap master 89/95389/1
authorjrh3 <jrh3@att.com>
Tue, 10 Sep 2019 15:04:50 +0000 (11:04 -0400)
committerjrh3 <jrh3@att.com>
Tue, 10 Sep 2019 15:04:50 +0000 (11:04 -0400)
Issue-ID: POLICY-2045
Signed-off-by: jrh3 <jrh3@att.com>
Change-Id: I31bb75b39a3232ef7448fadcd79941d5191f61c2

.gitreview
main/pom.xml
packages/policy-pap-docker/pom.xml
packages/policy-pap-tarball/pom.xml
packages/pom.xml
pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml
version.properties

index 3458b61..a4aa6a0 100644 (file)
@@ -2,3 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=policy/pap.git
+defaultbranch=master
index f527e2a..0b50e84 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>main</artifactId>
index 50bf3a8..c425b24 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>packages</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-docker</artifactId>
index ea1f94f..7fcdbf2 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>packages</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-tarball</artifactId>
index fdb4ef6..1e1bce1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 701b5ea..24a4a4e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.policy.pap</groupId>
     <artifactId>policy-pap</artifactId>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index ae7efb5..20a4f37 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>testsuites</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>performance</artifactId>
     <build>
index 84e20ec..7a077d9 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>testsuites</artifactId>
     <packaging>pom</packaging>
index 699e237..d8efa7a 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>testsuites</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>stability</artifactId>
     <build>
index 50539a0..c45e658 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=2
-minor=1
-patch=2
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}