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:20:38 UTC

svn commit: r890216 - /tapestry/tapestry5/trunk/pom.xml

Author: andyhot
Date: Mon Dec 14 08:20:38 2009
New Revision: 890216

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

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=890216&r1=890215&r2=890216&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Mon Dec 14 08:20:38 2009
@@ -332,6 +332,12 @@
                     </configuration>
                 </plugin>
             </plugins>
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
+                </configuration>
+            </plugin>
         </pluginManagement>
     </build>
     <profiles>