diff options
Diffstat (limited to 'vnfs/vLB/DNSManager')
-rw-r--r-- | vnfs/vLB/DNSManager/pom.xml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/vnfs/vLB/DNSManager/pom.xml b/vnfs/vLB/DNSManager/pom.xml index 17f3b143..be2c52d0 100644 --- a/vnfs/vLB/DNSManager/pom.xml +++ b/vnfs/vLB/DNSManager/pom.xml @@ -8,7 +8,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.demo.vnf.vlb</groupId> + <groupId>org.openecomp.demo.vnf.lb</groupId> <artifactId>dns-manager</artifactId> <name>DNS Manager</name> <packaging>jar</packaging> @@ -31,6 +31,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> @@ -39,24 +40,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> + <version>2.5.2</version> <configuration> <skip>false</skip> </configuration> </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - <executions> - <execution> - <phase>none</phase> - </execution> - </executions> - </plugin> - </plugins> </build> |