diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 13:19:53 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 13:19:55 +0800 |
commit | 89f6d43f45e184272e85127c5dec7d8c577388ba (patch) | |
tree | a4373a87bfc241d798d00b7d804caa6da51a28cc /standalone | |
parent | f22f9f21ea9f0604e7c8586d39ca74a624d663cb (diff) |
Fix usecase-ui code merge failure
Change-Id: Ifb7eccc75cd1243fe425006dfa9b7f0ae99fb62a
Issue-ID: USECASEUI-269
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> |