Update policy-common to SNAPSHOT-1.3.0 75/50375/1
authorliamfallon <liam.fallon@ericsson.com>
Tue, 5 Jun 2018 14:41:08 +0000 (15:41 +0100)
committerliamfallon <liam.fallon@ericsson.com>
Tue, 5 Jun 2018 14:44:01 +0000 (15:44 +0100)
Snapshot updated for Casablanca.

Change-Id: Ife941f771b02be68e35fd638adfac78cf2b3ba99
Issue-ID: POLICY-875
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 35536fb..82849b9 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.3-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
   <artifactId>ONAP-Logging</artifactId>
index f0d0c62..107b13a 100644 (file)
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.3-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <name>Integrity Audit</name>
index f98109b..5ec1f5e 100644 (file)
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.3-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <name>Integrity Monitor</name>
diff --git a/pom.xml b/pom.xml
index 9e2e101..16fa11a 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.3-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
 
        <packaging>pom</packaging>
 
index 5e5d572..be78990 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.common</groupId>
         <artifactId>common-modules</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.3.0-SNAPSHOT</version>
     </parent>
 
     <name>site-manager</name>
index ded6184..a7c2eae 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.3-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        
        <artifactId>utils-test</artifactId>
index efb65bb..cf34bd7 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.2.3-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        
        <artifactId>utils</artifactId>
index f177045..a254b21 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=2
-patch=3
+minor=3
+patch=0
 
 base_version=${major}.${minor}.${patch}