diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-11 16:17:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-11 16:17:55 +0000 |
commit | 5827bc8c28d85f536ac2dff3c4e03ab83f0f8408 (patch) | |
tree | 1bb76067c8d1d38ff69bef17c596c41f978ec8ec /pom.xml | |
parent | ba46717fe94ec07c90dc73a45bf0e5479acc7f13 (diff) | |
parent | d29c00705bef39ab99f680466092156334424448 (diff) |
Merge "Clean up unused imports and duplicate version"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -69,7 +69,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> @@ -80,7 +79,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> @@ -88,7 +86,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> |