Bump common snapshot 22/86722/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 1 May 2019 15:13:34 +0000 (11:13 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 1 May 2019 15:14:15 +0000 (11:14 -0400)
In prep for next version.

Issue-ID: POLICY-1700
Change-Id: I4dec2414dbd3d0d941bf24e9cd359265d7105371
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
capabilities/pom.xml
common-logging/pom.xml
common-parameters/pom.xml
gson/pom.xml
integrity-audit/pom.xml
integrity-monitor/pom.xml
policy-endpoints/pom.xml
pom.xml
utils-test/pom.xml
utils/pom.xml
version.properties

index 8489cd8..61e8557 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>capabilities</artifactId>
index c0aecd2..cddbe9b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ONAP-Logging</artifactId>
index 9eefb55..6c69891 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>common-parameters</artifactId>
index 7d7797a..1d65ebc 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>gson</artifactId>
index c662b3d..e06cdd9 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <name>Integrity Audit</name>
index 7bc1d76..4b3046b 100644 (file)
@@ -29,7 +29,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
+               <version>1.4.1-SNAPSHOT</version>
        </parent>
 
        <name>Integrity Monitor</name>
index 53e2186..818122d 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-endpoints</artifactId>
diff --git a/pom.xml b/pom.xml
index 2d425a3..8c4c5a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.onap.policy.common</groupId>
     <artifactId>common-modules</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index fffe610..7dfc46a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils-test</artifactId>
index f20cdac..ddae725 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>utils</artifactId>
index 668657e..eff345c 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}