You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ma...@apache.org on 2009/08/04 14:37:20 UTC

svn commit: r800759 - /incubator/wink/trunk/pom.xml

Author: martins
Date: Tue Aug  4 12:37:19 2009
New Revision: 800759

URL: http://svn.apache.org/viewvc?rev=800759&view=rev
Log:
Bring back tags

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=800759&r1=800758&r2=800759&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Tue Aug  4 12:37:19 2009
@@ -249,7 +249,7 @@
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
-                        <tagBase>https://svn.apache.org/repos/asf/incubator/wink/branches</tagBase>
+                        <tagBase>https://svn.apache.org/repos/asf/incubator/wink/tags</tagBase>
                         <preparationGoals>clean install</preparationGoals>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>