diff options
author | Tej, Tarun <tt3868@att.com> | 2017-08-24 13:54:39 -0400 |
---|---|---|
committer | Tarun Tej Velaga <tt3868@att.com> | 2017-08-24 17:55:24 +0000 |
commit | ed3acdbb2d22e819218eea730932950d69d985fe (patch) | |
tree | 2aba1a4eddd1c576cafeeebc0475ceec44dfb23b | |
parent | ed2bcd773ec3dbe07311bad597ec664c4e38c009 (diff) |
Fixes for pom warnings
Removed duplicates and overriden version warnings from pom.xml
Issue-Id: POLICY-167
Change-Id: Idd3695ae12988b02eff9a1f1a4cded723da4b980
Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
-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> |