aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-09-08 11:48:27 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-09-08 11:48:34 -0400
commitdf8d278e79e9463a56f8c977ff1af9f4c45d6b62 (patch)
tree236144f39a5e256693d211417e04088ceb5f7cfd
parenta0ac6add0bf32d9c3706ca66d6934c05b08b6c16 (diff)
Removing duplicate version entries
Eclipse is generating a warning for this. Oparent has these defined. Issue-ID: POLICY-216 Change-Id: I919155736da3a263c36db290c81f48ea01775d81 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3a68254..ab4e2eb 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>