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/17 08:44:25 UTC

svn commit: r1059773 - /myfaces/trinidad-maven/branches/2.0.x-branch/pom.xml

Author: matzew
Date: Mon Jan 17 07:44:25 2011
New Revision: 1059773

URL: http://svn.apache.org/viewvc?rev=1059773&view=rev
Log:
adding auto versioning

Modified:
    myfaces/trinidad-maven/branches/2.0.x-branch/pom.xml

Modified: myfaces/trinidad-maven/branches/2.0.x-branch/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad-maven/branches/2.0.x-branch/pom.xml?rev=1059773&r1=1059772&r2=1059773&view=diff
==============================================================================
--- myfaces/trinidad-maven/branches/2.0.x-branch/pom.xml (original)
+++ myfaces/trinidad-maven/branches/2.0.x-branch/pom.xml Mon Jan 17 07:44:25 2011
@@ -117,6 +117,7 @@
         <configuration>
           <preparationGoals>clean verify install</preparationGoals>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/trinidad-maven/tags/</tagBase>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>
       </plugin>
       <plugin>