You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2009/12/14 09:22:12 UTC

svn commit: r890218 - /tapestry/tapestry5/branches/5.0/pom.xml

Author: andyhot
Date: Mon Dec 14 08:22:11 2009
New Revision: 890218

URL: http://svn.apache.org/viewvc?rev=890218&view=rev
Log:
custom tagBase for releases

Modified:
    tapestry/tapestry5/branches/5.0/pom.xml

Modified: tapestry/tapestry5/branches/5.0/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/pom.xml?rev=890218&r1=890217&r2=890218&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/pom.xml Mon Dec 14 08:22:11 2009
@@ -203,7 +203,6 @@
     <build>
         <pluginManagement>
 
-
             <plugins>
 
                 <plugin>
@@ -291,6 +290,12 @@
                         <updateReleaseInfo>${update-release-info}</updateReleaseInfo>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>