aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-09-08 12:56:33 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-09-08 12:56:43 -0400
commit99a5b28aee49262874222b6197222a93f4419208 (patch)
treea90847f5a7531246e54e95d33b8d9ae14c6012de /pom.xml
parentcb8f3f08832d9dc1f12cf2518ef4be895f7d9482 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f2648892..1b418e71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>