summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-16 21:35:27 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-16 21:35:29 +0800
commit95673d8d5d611001ba1bd8304074ab7a74ff4987 (patch)
tree7216f6e56b14ef261474e15c8659153e71e501f8 /pom.xml
parentebdcdab7b4e84068814c01241d4bb847fca66b5a (diff)
Upgrade usecase-ui server project version
Change-Id: I16bdb5d963fceff988e656256ce9e94efb7be02c Issue-ID: USECASEUI-259 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3921d55a..b75dfefa 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>
@@ -112,7 +112,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <!-- version managed by oparent <version>2.8</version> -->
+ <version>2.8</version>
<configuration>
<skip>true</skip>
</configuration>