diff options
author | 2017-11-16 11:34:55 +0800 | |
---|---|---|
committer | 2017-11-16 11:34:55 +0800 | |
commit | 20c644471a162abf72c7f10f47c45663c42de814 (patch) | |
tree | baeaaeefaec25e2bfef6e01c4b58ee93c6ccb3da | |
parent | 29660c673b5a54ea93238cdd94c14f8ee7c7d8ce (diff) |
Change workflow release versionv1.0.01.0.0-ONAP1.0.0-Amsterdam
Issue-ID: SDC-663
Change-Id: I879c746924c848cfe138ccf6b5807817202cbf49
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
-rw-r--r-- | distribution/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sdc-workflow-designer-server/pom.xml | 4 | ||||
-rw-r--r-- | sdc-workflow-designer-ui/pom.xml | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml index 9b50b4f8..cf85df22 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.onap.sdc.sdc-workflow-designer</groupId> <artifactId>sdc-workflow-designer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -24,7 +24,7 @@ <groupId>org.onap.sdc.sdc-workflow-designer</groupId> <artifactId>sdc-workflow-designer</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>sdc-sdc-workflow-designer</name> <modules> diff --git a/sdc-workflow-designer-server/pom.xml b/sdc-workflow-designer-server/pom.xml index 53daad1f..597d7fac 100644 --- a/sdc-workflow-designer-server/pom.xml +++ b/sdc-workflow-designer-server/pom.xml @@ -16,14 +16,14 @@ <parent> <groupId>org.onap.sdc.sdc-workflow-designer</groupId> <artifactId>sdc-workflow-designer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdc.sdc-workflow-designer</groupId> <artifactId>sdc-workflow-designer-server</artifactId> <name>sdc-workflow-designer-server</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <properties> <slf4j.version>1.7.25</slf4j.version> diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml index c2388d3d..5b43a259 100644 --- a/sdc-workflow-designer-ui/pom.xml +++ b/sdc-workflow-designer-ui/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>org.onap.sdc.sdc-workflow-designer</groupId> <artifactId>sdc-workflow-designer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdc.sdc-workflow-designer</groupId> <artifactId>sdc-workflow-designer-ui</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>sdc-workflow-designer-ui</name> |