diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-03 07:44:01 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-03 07:44:01 +0000 |
commit | d9df6e4404ae759a76e38c695bfbb6e084341efd (patch) | |
tree | bd942ccf2337e7496befb30f050f09f8469b4ca6 /archiva-jetty/pom.xml | |
parent | a8774906368f3c73b8c672e0fefc24f312c60f43 (diff) | |
download | archiva-d9df6e4404ae759a76e38c695bfbb6e084341efd.tar.gz archiva-d9df6e4404ae759a76e38c695bfbb6e084341efd.zip |
move antrun version to pluginManagement section
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 6697666f8..49a918590 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -209,8 +209,8 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.1</version> <executions> <execution> <id>config</id> |