summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml13
-rw-r--r--vio/pom.xml6
2 files changed, 3 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 7d75a74..354e418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>