update version 39/25739/1
authorMichael Lando <ml636r@att.com>
Wed, 6 Dec 2017 19:42:44 +0000 (21:42 +0200)
committerMichael Lando <ml636r@att.com>
Wed, 6 Dec 2017 19:42:55 +0000 (21:42 +0200)
Change-Id: I4bbd0126b7bfd2ecc57ac07ac4df1d8f8e9ea778
Issue-ID: SDC-684
Signed-off-by: Michael Lando <ml636r@att.com>
pom.xml
sdc-distribution-ci/pom.xml
sdc-distribution-client/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 6333d4d..9355588 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
        <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
        <artifactId>sdc-main-distribution-client</artifactId>
-       <version>1.1.50-SNAPSHOT</version>
+       <version>1.2.2-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>sdc-sdc-distribution-client</name>
 
index e2ea437..326bdb9 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
                <artifactId>sdc-main-distribution-client</artifactId>
-               <version>1.1.50-SNAPSHOT</version>
+               <version>1.2.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>sdc-distribution-ci</artifactId>
index a180795..1a5c330 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
                <artifactId>sdc-main-distribution-client</artifactId>
-               <version>1.1.50-SNAPSHOT</version>
+               <version>1.2.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>sdc-distribution-client</artifactId>
index 58a1286..a6be0db 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=1
-patch=50
+minor=2
+patch=2
 
 base_version=${major}.${minor}.${patch}