diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-08 11:46:32 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-08 11:47:53 -0400 |
commit | a4b48309eea15be6016e737abd6aad09ef8773dc (patch) | |
tree | 4f95246f4bcbfba76e773fe537d9b13009a9df63 | |
parent | 6f9a43d8c535c7689e7a53b0d956bcb0ede42462 (diff) |
Removing duplicate version entries
Seems oparent sets these and Eclipse dumps warnings that these are duplicates.
Issue-ID: POLICY-216
Change-Id: I006cc0d4d77b452896cc86b2cd0461c0e3161ab2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -61,7 +61,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> @@ -72,7 +71,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> @@ -80,7 +78,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.6</version> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId> |