diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 10:52:31 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-16 10:52:32 +0800 |
commit | a6ac966c8703d8e9d4c60caa4c5e130d07f38243 (patch) | |
tree | 5c01a8056679ce1b37149ad0eca9877a9e904bd3 /standalone | |
parent | efcc62df4ee431346cd986a74d05d7b8c11a2178 (diff) |
Fix usecase-ui code merge error
Change-Id: I18d086ea49e0a25f4ba37cd45d8237eefe59310d
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 a6883293..419c0933 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</version> + <version>2.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |