You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/01/15 16:31:22 UTC

svn commit: r734731 - /jackrabbit/parent/trunk/pom.xml

Author: jukka
Date: Thu Jan 15 07:31:22 2009
New Revision: 734731

URL: http://svn.apache.org/viewvc?rev=734731&view=rev
Log:
JCRSITE-9: Fix versions of key Maven plugins

Include also the maven-antrun-plugin in the parent POM. Latest production version is 1.3.

Modified:
    jackrabbit/parent/trunk/pom.xml

Modified: jackrabbit/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/parent/trunk/pom.xml?rev=734731&r1=734730&r2=734731&view=diff
==============================================================================
--- jackrabbit/parent/trunk/pom.xml (original)
+++ jackrabbit/parent/trunk/pom.xml Thu Jan 15 07:31:22 2009
@@ -106,6 +106,10 @@
           <version>2.1</version>
         </plugin>
         <plugin>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.3</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <version>1.4.3</version>