diff options
-rw-r--r-- | ONAP-SDK-APP/pom.xml | 1 | ||||
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index 5a2cab5b7..aae25fa94 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -74,7 +74,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <skipTests>${skiptests}</skipTests> <includes> diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index fe861fea9..c84fbb7ca 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -30,7 +30,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <skipTests>${skiptests}</skipTests> <includes> @@ -108,7 +108,6 @@ <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> @@ -119,7 +118,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter --> <configuration> <skip /> </configuration> @@ -127,7 +125,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |