Update master to Honolulu 49/114449/1
authorChrisC <christophe.closset@intl.att.com>
Fri, 30 Oct 2020 15:48:10 +0000 (16:48 +0100)
committerChrisC <christophe.closset@intl.att.com>
Fri, 30 Oct 2020 15:48:10 +0000 (16:48 +0100)
Update master version to 1.8.X for H release

Issue-ID: SDC-3349
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I1151c6afe63034f0f996a481ddb6dc978045016c

pom.xml
sdc-workflow-bdd/pom.xml
sdc-workflow-designer-be/pom.xml
sdc-workflow-designer-init/pom.xml
sdc-workflow-designer-ui/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 775e216..f6c1aef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
     <artifactId>sdc-workflow-designer-parent</artifactId>
     <name>sdc-sdc-workflow-designer</name>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 0216d59..4db962b 100644 (file)
@@ -6,7 +6,7 @@
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>sdc-workflow-cucumber</artifactId>
     <name>cucumber-report</name>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
 
     <build>
         <plugins>
index a3fdf90..a25d2fb 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index 240181d..a665e1a 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
     </parent>
 
     <profiles>
index 554d94b..887267b 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index e377fcf..11f0383 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=7
+minor=8
 patch=0
 
 base_version=${major}.${minor}.${patch}