diff options
-rw-r--r-- | pom.xml | 18 | ||||
-rw-r--r-- | vio/pom.xml | 26 |
2 files changed, 11 insertions, 33 deletions
@@ -19,14 +19,15 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>0.1.1</version> + <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack.vmware</groupId> - <artifactId>multicloud-vio</artifactId> + <artifactId>multicloud-openstack-vmware</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-opentack-vmware</name> - <description>multicloud vio</description> + <description>multicloud openstack vmware</description> <properties> <encoding>UTF-8</encoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -34,18 +35,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 06ab660..6e6534e 100644 --- a/vio/pom.xml +++ b/vio/pom.xml @@ -16,17 +16,18 @@ 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> + <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.multicloud.openstack.vmware.vio</groupId> - <artifactId>multicloud-vio-plugin</artifactId> + <groupId>org.onap.multicloud.openstack.vmware</groupId> + <artifactId>multicloud-openstack-vmware</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>multicloud-opentack-vmware-vio</name> - <description>multicloud vio</description> + <name>multicloud-openstack-vmware</name> + <description>multicloud openstack vmware</description> <properties> <encoding>UTF-8</encoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -53,17 +54,6 @@ </execution> </executions> </plugin> - <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> |