Bump version 1.3.3 24/103924/1 1.3.3 v1.3.3
authorOfir Sonsino <os0695@intl.att.com>
Thu, 19 Mar 2020 08:44:02 +0000 (10:44 +0200)
committerOfir Sonsino <os0695@intl.att.com>
Thu, 19 Mar 2020 08:44:02 +0000 (10:44 +0200)
Change-Id: I50a74ac36b1ad3a52abc31fb2a7e7e5f746111d4
Issue-ID: SDC-2798
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 3e89f89..3e8aaeb 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
 
        <properties>
index a8e10c0..93bc8c2 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-API</artifactId>
        <packaging>jar</packaging>
index aa8826b..83c57eb 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-ASDC</artifactId>
        <packaging>jar</packaging>
index cfb8cf6..3423a12 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-Commons</artifactId>
        <packaging>jar</packaging>
index f643b9d..68aed27 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-DB</artifactId>
        <packaging>jar</packaging>
index ad4a32e..e795149 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.2-SNAPSHOT</version>
+        <version>1.3.3-SNAPSHOT</version>
     </parent>
     <modules>
         <module>commons</module>
index c4332ab..f153e2b 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Catalog-Service</artifactId>
        <packaging>jar</packaging>
index 591c42b..2afb5df 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.2-SNAPSHOT</version>
+        <version>1.3.3-SNAPSHOT</version>
     </parent>
 
     <properties>
index 7815064..daf6f10 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
        <artifactId>DCAE-DT-Validator-Checker</artifactId>
        <packaging>jar</packaging>
index bf6170b..552cee7 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.2-SNAPSHOT</version>
+               <version>1.3.3-SNAPSHOT</version>
        </parent>
        <artifactId>kwalify</artifactId>
        <packaging>jar</packaging>
index 66c7096..e360ba9 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.2-SNAPSHOT</version>
+    <version>1.3.3-SNAPSHOT</version>
   </parent>
   <modules>
     <module>kwalify</module>
diff --git a/pom.xml b/pom.xml
index c0e9c78..797deaa 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.2-SNAPSHOT</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>sdc-dcae-d dt-be-main</name>
 
index 190988d..5ad9fe3 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=3
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}