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 2010/01/05 15:06:44 UTC

svn commit: r896048 - /myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Author: matzew
Date: Tue Jan  5 14:06:44 2010
New Revision: 896048

URL: http://svn.apache.org/viewvc?rev=896048&view=rev
Log:
updated release infos

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

Modified: myfaces/trinidad/branches/trinidad-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x/pom.xml?rev=896048&r1=896047&r2=896048&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-2.0.x/pom.xml (original)
+++ myfaces/trinidad/branches/trinidad-2.0.x/pom.xml Tue Jan  5 14:06:44 2010
@@ -519,6 +519,15 @@
     </pluginManagement>
     
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <preparationGoals>clean verify install</preparationGoals>
+          <tagBase>https://svn.apache.org//repos/asf/myfaces/trinidad/tags/</tagBase>
+        </configuration>
+      </plugin>
+
       <!-- is this right? -->      
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>