You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/02/05 18:16:08 UTC

svn commit: r503781 - /velocity/tools/trunk/pom.xml

Author: nbubna
Date: Mon Feb  5 09:16:07 2007
New Revision: 503781

URL: http://svn.apache.org/viewvc?view=rev&rev=503781
Log:
remove jakarta ref

Modified:
    velocity/tools/trunk/pom.xml

Modified: velocity/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?view=diff&rev=503781&r1=503780&r2=503781
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Mon Feb  5 09:16:07 2007
@@ -269,12 +269,12 @@
         <repository>
             <id>default</id>
             <name>Default Repository</name>
-            <url>file:///www/velocity.apache.org/builds/tools/</url>
+            <url>scp://people.apache.org//www/www.apache.org/dist/velocity/tools/</url>
         </repository>
         <site>
             <id>default</id>
             <name>Default Site</name>
-            <url>scp://jakarta.apache.org//www/velocity.apache.org/tools/</url>
+            <url>scp://people.apache.org//www/velocity.apache.org/tools/</url>
         </site>
     </distributionManagement>
 </project>