You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/20 22:39:24 UTC

svn commit: r999109 - /shindig/trunk/pom.xml

Author: lindner
Date: Mon Sep 20 20:39:24 2010
New Revision: 999109

URL: http://svn.apache.org/viewvc?rev=999109&view=rev
Log:
bump to antrun 1.5

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=999109&r1=999108&r2=999109&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Sep 20 20:39:24 2010
@@ -973,6 +973,11 @@
         <!-- Maven -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.3.2</version>
           <configuration>