bump poms to 2.1.4-SNAPSHOT 37/108537/1 elalto 5.0.2-ONAP
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 28 May 2020 21:46:53 +0000 (16:46 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 28 May 2020 21:46:53 +0000 (16:46 -0500)
Issue-ID: POLICY-2475
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I6c0d23cc9ca7e7c16242a8db9fb08845b3559884

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 51c93b8..605f8d8 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>main</artifactId>
index 827384c..65c43b8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>packages</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-docker</artifactId>
index 071f22c..1108cd4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>packages</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-tarball</artifactId>
index 4ac3f74..d150237 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>packages</artifactId>
diff --git a/pom.xml b/pom.xml
index d170ab0..196937a 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.3-SNAPSHOT</version>
+    <version>2.1.4-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index 49d8e5b..ed23fa4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>testsuites</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
     <artifactId>performance</artifactId>
     <build>
index 13f26d5..08a2de0 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
     <artifactId>testsuites</artifactId>
     <packaging>pom</packaging>
index 6bea46f..9cb368d 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>testsuites</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.1.4-SNAPSHOT</version>
     </parent>
     <artifactId>stability</artifactId>
     <build>
index 28a1d8d..3e2eebb 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=1
-patch=3
+patch=4
 
 base_version=${major}.${minor}.${patch}