summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-08-30 06:25:18 -0500
committerJorge Hernandez <jh1730@att.com>2017-08-30 06:25:18 -0500
commit3cc999671adbaccb179b4a260c2b6b6faa913080 (patch)
tree7a7c6783ce54a3953b992e56c70e53088fc31fd9 /pom.xml
parent85fb00b9a31ad2695be24f95fd71109f6e59dacb (diff)
legacy archetype simplification
removes pom warnings on versionn duplication from parent pom. Change-Id: I7b218d6d72bf4db2692370ecc637dbd74e96290f Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez <jh1730@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 3c9cdf5fa..739998f8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,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>
@@ -65,7 +64,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>
@@ -84,7 +82,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>