You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2010/02/23 14:46:34 UTC

svn commit: r915343 - /continuum/sandbox/examples/continuum-2437-example/pom.xml

Author: ctan
Date: Tue Feb 23 13:46:33 2010
New Revision: 915343

URL: http://svn.apache.org/viewvc?rev=915343&view=rev
Log:
use the complete url of the tag instead of just the tag name

Modified:
    continuum/sandbox/examples/continuum-2437-example/pom.xml

Modified: continuum/sandbox/examples/continuum-2437-example/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/examples/continuum-2437-example/pom.xml?rev=915343&r1=915342&r2=915343&view=diff
==============================================================================
--- continuum/sandbox/examples/continuum-2437-example/pom.xml (original)
+++ continuum/sandbox/examples/continuum-2437-example/pom.xml Tue Feb 23 13:46:33 2010
@@ -10,7 +10,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/sandbox/examples/continuum-2437-example</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/sandbox/examples/continuum-2437-example</developerConnection>
-    <tag>continuum-2437-example-1.0</tag>
+    <tag>http://svn.apache.org/repos/asf/continuum/sandbox/tags/continuum-2437-example-1.0</tag>
   </scm>
 
   <dependencies>