You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2011/01/26 13:51:34 UTC

svn commit: r1063697 - /myfaces/trinidad/branches/1.2.12.3.4-branch/pom.xml

Author: matzew
Date: Wed Jan 26 12:51:34 2011
New Revision: 1063697

URL: http://svn.apache.org/viewvc?rev=1063697&view=rev
Log:
adding release plugin

Modified:
    myfaces/trinidad/branches/1.2.12.3.4-branch/pom.xml

Modified: myfaces/trinidad/branches/1.2.12.3.4-branch/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.12.3.4-branch/pom.xml?rev=1063697&r1=1063696&r2=1063697&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.12.3.4-branch/pom.xml (original)
+++ myfaces/trinidad/branches/1.2.12.3.4-branch/pom.xml Wed Jan 26 12:51:34 2011
@@ -502,6 +502,16 @@
     </pluginManagement>
     
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+
+
       <!-- is this right? -->      
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>