aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-16 10:52:31 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-16 10:52:32 +0800
commita6ac966c8703d8e9d4c60caa4c5e130d07f38243 (patch)
tree5c01a8056679ce1b37149ad0eca9877a9e904bd3
parentefcc62df4ee431346cd986a74d05d7b8c11a2178 (diff)
Fix usecase-ui code merge error
Change-Id: I18d086ea49e0a25f4ba37cd45d8237eefe59310d Issue-ID: USECASEUI-269 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--pom.xml2
-rw-r--r--server/pom.xml2
-rw-r--r--standalone/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 26709da8..4c045816 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.usecase-ui.server</groupId>
<artifactId>usecase-ui-server-parent</artifactId>
- <version>2.0.0</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>usecase-ui-server</name>
<description>project for usecase-ui server</description>
diff --git a/server/pom.xml b/server/pom.xml
index 1e062d07..f9714db2 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -19,7 +19,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>
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>