Bump versions for pap elalto 22/95422/1
authorjrh3 <jrh3@att.com>
Tue, 10 Sep 2019 15:02:26 +0000 (11:02 -0400)
committerjrh3 <jrh3@att.com>
Tue, 10 Sep 2019 15:02:26 +0000 (11:02 -0400)
Issue-ID: POLICY-2045
Signed-off-by: jrh3 <jrh3@att.com>
Change-Id: I01e4d4bfba8c56b5afb3268947beafa03eef5fc7

.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..469162f 100644 (file)
@@ -2,3 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=policy/pap.git
+defaultbranch=elalto
index f527e2a..51c93b8 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.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>main</artifactId>
index 50bf3a8..827384c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>packages</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-docker</artifactId>
index ea1f94f..071f22c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>packages</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-tarball</artifactId>
index fdb4ef6..4ac3f74 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.1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 701b5ea..106965b 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.1.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index ae7efb5..49d8e5b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>testsuites</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>performance</artifactId>
     <build>
index 84e20ec..13f26d5 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.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>testsuites</artifactId>
     <packaging>pom</packaging>
index 699e237..6bea46f 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>testsuites</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>2.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>stability</artifactId>
     <build>
index 50539a0..28a1d8d 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=1
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}