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 2007/04/05 14:52:58 UTC

svn commit: r525809 - /tiles/framework/trunk/pom.xml

Author: apetrelli
Date: Thu Apr  5 05:52:57 2007
New Revision: 525809

URL: http://svn.apache.org/viewvc?view=rev&rev=525809
Log:
TILES-148
Forced the "release" profile during the release.
Updated the site plugin dependency to 2.0-beta-5.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?view=diff&rev=525809&r1=525808&r2=525809
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Thu Apr  5 05:52:57 2007
@@ -71,7 +71,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-4</version>
+                    <version>2.0-beta-5</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -96,6 +96,15 @@
                             </manifestEntries>
                         </archive>
                     </configuration>
+                </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>        
+                  <artifactId>maven-release-plugin</artifactId>
+                  <version>2.0-beta-4</version>          
+                  <configuration>
+                      <useReleaseProfile>false</useReleaseProfile>
+                      <arguments>-Prelease</arguments>
+                  </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>