Bump version to 1.3.2 17/95317/1
authorOfir Sonsino <os0695@intl.att.com>
Tue, 10 Sep 2019 08:01:53 +0000 (11:01 +0300)
committerOfir Sonsino <os0695@intl.att.com>
Tue, 10 Sep 2019 08:02:21 +0000 (11:02 +0300)
Change-Id: Ie41566e6b128eb002bd320c0fd65a32ffd1810c4
Issue-ID: SDC-2560
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
13 files changed:
dcaedt_be/pom.xml
dcaedt_catalog/api/pom.xml
dcaedt_catalog/asdc/pom.xml
dcaedt_catalog/commons/pom.xml
dcaedt_catalog/db/pom.xml
dcaedt_catalog/pom.xml
dcaedt_catalog/service/pom.xml
dcaedt_tools/pom.xml
dcaedt_validator/checker/pom.xml
dcaedt_validator/kwalify/pom.xml
dcaedt_validator/pom.xml
pom.xml
version.properties

index 1688f4d..3e89f89 100644 (file)
@@ -9,7 +9,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>dcae_dt_be_main</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
 
        <properties>
index 31d0374..a8e10c0 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>DCAE-DT-Catalog</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-API</artifactId>
        <packaging>jar</packaging>
index fee724a..aa8826b 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>DCAE-DT-Catalog</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-ASDC</artifactId>
        <packaging>jar</packaging>
index c00fa73..cfb8cf6 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>DCAE-DT-Catalog</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-Commons</artifactId>
        <packaging>jar</packaging>
index b00da40..f643b9d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>DCAE-DT-Catalog</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-DB</artifactId>
        <packaging>jar</packaging>
index ea73b10..ad4a32e 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
         <artifactId>dcae_dt_be_main</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
     <modules>
         <module>commons</module>
index bae57ca..c4332ab 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>DCAE-DT-Catalog</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-Service</artifactId>
        <packaging>jar</packaging>
index d0d0976..591c42b 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
         <artifactId>dcae_dt_be_main</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <properties>
index 2d9881f..7815064 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>DCAE-DT-Validator</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Validator-Checker</artifactId>
        <packaging>jar</packaging>
index 6980842..bf6170b 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
                <artifactId>DCAE-DT-Validator</artifactId>
-               <version>1.3.1-SNAPSHOT</version>
+               <version>1.3.2-SNAPSHOT</version>
        </parent>
        <artifactId>kwalify</artifactId>
        <packaging>jar</packaging>
index 688780d..66c7096 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
     <artifactId>dcae_dt_be_main</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
   <modules>
     <module>kwalify</module>
diff --git a/pom.xml b/pom.xml
index df1bdde..5950301 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
     <artifactId>dcae_dt_be_main</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>dcae-d dt-be-main</name>
 
index a61846b..190988d 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}