You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2009/07/03 20:12:37 UTC

svn commit: r790976 - /tiles/framework/branches/TILES_2_1_X/pom.xml

Author: apetrelli
Date: Fri Jul  3 18:12:37 2009
New Revision: 790976

URL: http://svn.apache.org/viewvc?rev=790976&view=rev
Log:
Force the use of maven-release-plugin version 2.0-beta-9.

Modified:
    tiles/framework/branches/TILES_2_1_X/pom.xml

Modified: tiles/framework/branches/TILES_2_1_X/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_1_X/pom.xml?rev=790976&r1=790975&r2=790976&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_1_X/pom.xml (original)
+++ tiles/framework/branches/TILES_2_1_X/pom.xml Fri Jul  3 18:12:37 2009
@@ -138,6 +138,11 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-9</version>
+            </plugin>
         </plugins>
 
         <defaultGoal>install</defaultGoal>