diff options
author | Olivier Lamy <olamy@apache.org> | 2013-06-05 10:49:54 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-06-05 10:49:54 +0000 |
commit | 0f63483e51f10124ddd25f63f1bd4d14c4153cb4 (patch) | |
tree | 1fe060f2cb3241c3c2894b0e421a8861d3099d23 /pom.xml | |
parent | b68612f23e4c18cf83dcf003e88454b5dfbe1665 (diff) | |
download | archiva-0f63483e51f10124ddd25f63f1bd4d14c4153cb4.tar.gz archiva-0f63483e51f10124ddd25f63f1bd4d14c4153cb4.zip |
dependency plugin version defined in parent pom
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1489806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1740,14 +1740,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>2.5.1</version> - <configuration> - <useJvmChmod>true</useJvmChmod> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase> |