diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-08 12:56:33 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-08 12:56:43 -0400 |
commit | 99a5b28aee49262874222b6197222a93f4419208 (patch) | |
tree | a90847f5a7531246e54e95d33b8d9ae14c6012de | |
parent | cb8f3f08832d9dc1f12cf2518ef4be895f7d9482 (diff) |
Removing duplicate version entries
Eclipse generates warnings for these values which are set in oparent.
Issue-ID: POLICY-216
Change-Id: Ifac11893ff74f06c8a167111207e0c46005135dd
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> |