Removing duplicate version entries 63/11163/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 8 Sep 2017 16:56:33 +0000 (12:56 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 8 Sep 2017 16:56:43 +0000 (12:56 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index f264889..1b418e7 100644 (file)
--- 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>