Bump pap to 2.4.2-SNAPSHOT 96/119096/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 10 Mar 2021 17:11:28 +0000 (17:11 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 10 Mar 2021 17:33:56 +0000 (17:33 +0000)
Issue-ID: POLICY-3127
Change-Id: I0949f9e03a538e3f9ba463697885b799fd0b2acb
Signed-off-by: waynedunican <wayne.dunican@est.tech>
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 d3bec42..970f335 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-main</artifactId>
index 7cbbabe..d84761f 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-docker</artifactId>
index 6268553..4f10aa5 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-tarball</artifactId>
index 9db3a82..ed44c8f 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index a1fb96b..28aa9de 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.policy.pap</groupId>
     <artifactId>policy-pap</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.2-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index a614188..686c9a4 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
     <artifactId>pap-performance</artifactId>
     <build>
index e156f55..60ffec0 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-testsuites</artifactId>
index 8b26da2..ebc31d5 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.2-SNAPSHOT</version>
     </parent>
     <artifactId>pap-stability</artifactId>
     <build>
index 858e03b..926fe5b 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=4
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}