diff options
author | liangke <lokyse@163.com> | 2017-11-10 12:52:45 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2017-11-10 14:01:38 +0800 |
commit | 74f8e7bcadc608e0e1a905da71eaad3f4dcaa11c (patch) | |
tree | 827edb864b526bb3a207d0414ef310c05a7b0300 | |
parent | ae975453b636817a3b04ce96b63f2b5cbce481d0 (diff) |
remove staging plugin of multicloud-vio pom
Change-Id: Ic832b3da963c914f1e0210f725f1f17aa122b754
Issue-Id: MULTICLOUD-125
Signed-off-by: liangke <lokyse@163.com>
-rw-r--r-- | pom.xml | 13 | ||||
-rw-r--r-- | vio/pom.xml | 6 |
2 files changed, 3 insertions, 16 deletions
@@ -34,18 +34,5 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> <build> - <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> - </plugins> </build> </project> diff --git a/vio/pom.xml b/vio/pom.xml index d5ff48a..95d80d1 100644 --- a/vio/pom.xml +++ b/vio/pom.xml @@ -16,9 +16,9 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.onap.multicloud.openstack.vmware</groupId> - <artifactId>multicloud-vio</artifactId> - <version>1.0.0-SNAPSHOT</version> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>0.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack.vmware.vio</groupId> |