You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/06/22 23:54:56 UTC

svn commit: r1138652 - /tapestry/tapestry5/branches/maint-5-2/pom.xml

Author: hlship
Date: Wed Jun 22 21:54:56 2011
New Revision: 1138652

URL: http://svn.apache.org/viewvc?rev=1138652&view=rev
Log:
Fix Maven WAR plugin dependency to a newer, stable version

Modified:
    tapestry/tapestry5/branches/maint-5-2/pom.xml

Modified: tapestry/tapestry5/branches/maint-5-2/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/pom.xml?rev=1138652&r1=1138651&r2=1138652&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/pom.xml Wed Jun 22 21:54:56 2011
@@ -238,6 +238,10 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>2.3</version>
         </plugin>