diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-10-30 16:48:10 +0100 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-10-30 16:48:10 +0100 |
commit | 96b16ae8e6f97f2848135279b3f8f4c80875454a (patch) | |
tree | 9f3b62f0e802dad238c32d83841dfcd32d1b7ffd | |
parent | 525fc449585898b9f677c5e7762a6b9bbbecdfbf (diff) |
Update master to Honolulu
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
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-bdd/pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-designer-be/pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-designer-init/pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-designer-ui/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -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> diff --git a/sdc-workflow-bdd/pom.xml b/sdc-workflow-bdd/pom.xml index 0216d596..4db962b3 100644 --- a/sdc-workflow-bdd/pom.xml +++ b/sdc-workflow-bdd/pom.xml @@ -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> diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml index a3fdf903..a25d2fbd 100644 --- a/sdc-workflow-designer-be/pom.xml +++ b/sdc-workflow-designer-be/pom.xml @@ -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> diff --git a/sdc-workflow-designer-init/pom.xml b/sdc-workflow-designer-init/pom.xml index 240181d7..a665e1a5 100644 --- a/sdc-workflow-designer-init/pom.xml +++ b/sdc-workflow-designer-init/pom.xml @@ -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> diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml index 554d94b5..887267b4 100644 --- a/sdc-workflow-designer-ui/pom.xml +++ b/sdc-workflow-designer-ui/pom.xml @@ -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> diff --git a/version.properties b/version.properties index e377fcf8..11f03832 100644 --- a/version.properties +++ b/version.properties @@ -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} |