You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/02/10 23:41:52 UTC

svn commit: r743144 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Tue Feb 10 22:41:52 2009
New Revision: 743144

URL: http://svn.apache.org/viewvc?rev=743144&view=rev
Log:
enforcer plugin -> setting plugin version

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=743144&r1=743143&r2=743144&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Feb 10 22:41:52 2009
@@ -710,7 +710,12 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-plugin</artifactId>
           <version>1.1</version>
-        </plugin>        
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.3</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>