Update Policy Common to 1.2.3-SNAPSHOT 89/48289/1
authorliamfallon <liam.fallon@ericsson.com>
Mon, 21 May 2018 11:56:13 +0000 (12:56 +0100)
committerliamfallon <liam.fallon@ericsson.com>
Mon, 21 May 2018 11:59:55 +0000 (12:59 +0100)
These reviews must be merged in order because of layering.

This review should be merged FIRST.

Issue-ID: POLICY-844
Change-Id: I7cf07902c3b2d7766dc64f1c1dd80d91dee18467
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
common-logging/pom.xml
integrity-audit/pom.xml
integrity-monitor/pom.xml
pom.xml
site-manager/pom.xml
utils-test/pom.xml
utils/pom.xml
version.properties

index 17a1ded..35536fb 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.2-SNAPSHOT</version>
+               <version>1.2.3-SNAPSHOT</version>
        </parent>
 
   <artifactId>ONAP-Logging</artifactId>
index ef32559..f0d0c62 100644 (file)
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.2-SNAPSHOT</version>
+               <version>1.2.3-SNAPSHOT</version>
        </parent>
 
        <name>Integrity Audit</name>
index fde3ace..f98109b 100644 (file)
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.2-SNAPSHOT</version>
+               <version>1.2.3-SNAPSHOT</version>
        </parent>
 
        <name>Integrity Monitor</name>
diff --git a/pom.xml b/pom.xml
index 696915d..9e2e101 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
        <groupId>org.onap.policy.common</groupId>
        <artifactId>common-modules</artifactId>
-       <version>1.2.2-SNAPSHOT</version>
+       <version>1.2.3-SNAPSHOT</version>
 
        <packaging>pom</packaging>
 
index 890045b..5e5d572 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
+        <version>1.2.3-SNAPSHOT</version>
     </parent>
 
     <name>site-manager</name>
index e84cd2e..ded6184 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.2-SNAPSHOT</version>
+               <version>1.2.3-SNAPSHOT</version>
        </parent>
        
        <artifactId>utils-test</artifactId>
index 4abe679..efb65bb 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.2-SNAPSHOT</version>
+               <version>1.2.3-SNAPSHOT</version>
        </parent>
        
        <artifactId>utils</artifactId>
index 1f3ede1..f177045 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=2
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}