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/27 14:39:09 UTC

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

Author: apetrelli
Date: Mon Jul 27 12:39:09 2009
New Revision: 798116

URL: http://svn.apache.org/viewvc?rev=798116&view=rev
Log:
TILES-448
Release profile activated in the release plugin.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=798116&r1=798115&r2=798116&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Mon Jul 27 12:39:09 2009
@@ -141,6 +141,14 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-9</version>
+                <configuration>
+                    <releaseProfiles>release</releaseProfiles>
+                </configuration>
+            </plugin>
         </plugins>
 
         <defaultGoal>install</defaultGoal>