diff options
Diffstat (limited to 'vnfs/vLB')
-rw-r--r-- | vnfs/vLB/.DS_Store | bin | 10244 -> 10244 bytes | |||
-rw-r--r-- | vnfs/vLB/DNSClient/pom.xml | 18 | ||||
-rw-r--r-- | vnfs/vLB/DNSManager/pom.xml | 18 | ||||
-rw-r--r-- | vnfs/vLB/dns_streams/pom.xml | 14 |
4 files changed, 8 insertions, 42 deletions
diff --git a/vnfs/vLB/.DS_Store b/vnfs/vLB/.DS_Store Binary files differindex 6f9c5d55..17638039 100644 --- a/vnfs/vLB/.DS_Store +++ b/vnfs/vLB/.DS_Store diff --git a/vnfs/vLB/DNSClient/pom.xml b/vnfs/vLB/DNSClient/pom.xml index 3084f9c3..6c31f4c8 100644 --- a/vnfs/vLB/DNSClient/pom.xml +++ b/vnfs/vLB/DNSClient/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-client</artifactId> <name>DNS Client</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> 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> diff --git a/vnfs/vLB/dns_streams/pom.xml b/vnfs/vLB/dns_streams/pom.xml index 86a18781..5df7763e 100644 --- a/vnfs/vLB/dns_streams/pom.xml +++ b/vnfs/vLB/dns_streams/pom.xml @@ -17,6 +17,7 @@ <plugin> <artifactId>maven-jar-plugin</artifactId> + <version>2.3.2</version> <executions> <execution> <id>default-jar</id> @@ -45,23 +46,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.1</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> |