diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-08 11:49:46 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-08 11:49:55 -0400 |
commit | 9d2ceb09fc6fd3aecdffaf406026155838c33917 (patch) | |
tree | bb6bf5274f373e164e4ba3725c18b48e5b6893a3 | |
parent | a2a37dedf130ed6b95d7cfebdb73d8c1b2016e14 (diff) |
Removing duplicate version entries
Eclipse generates warnings for these values which are set in oparent.
Issue-ID: POLICY-216
Change-Id: I80d18daf5a23fa61d914de8344e91368e9f26da2
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> |