diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-17 16:42:34 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-17 16:42:35 +0800 |
commit | eabdc5d301fc11bb28dacf27d87059a6d6722521 (patch) | |
tree | 03d8b672dcf6d5bc9cde2dcd0d815aed4704c3bd /pom.xml | |
parent | 388e399dbf3fe5b5ea7be1530297e7c88117212f (diff) |
Upgrade usecase-ui project version
Change-Id: I61d8443c776a6cc301564ac8acb12bb1b8bcc78a
Issue-ID: USECASEUI-259
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. @@ -21,11 +21,12 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>2.0.0</version> + <relativePath /> </parent> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecase-ui</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> <packaging>pom</packaging> <name>usecase-ui</name> @@ -144,6 +145,17 @@ </pluginManagement> <plugins> <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${nexusproxy}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> @@ -155,7 +167,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> |