diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-17 09:28:27 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-17 09:28:29 +0800 |
commit | d7ecc3ae270b1a1dd108bae2c9acf4123e493e8e (patch) | |
tree | 8433333e7e379ee49936355b3d22d9ae5acb5f64 /standalone | |
parent | 95673d8d5d611001ba1bd8304074ab7a74ff4987 (diff) |
Change usecase-ui server project version
Change-Id: I919a812120a56dac33682055e7862ac33241fcf1
Issue-ID: USECASEUI-259
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 419c0933..a6883293 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.usecase-ui.server</groupId> <artifactId>usecase-ui-server-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> |