Author: foconer
Date: Thu Dec 15 19:54:41 2005
New Revision: 357113
URL: http://svn.apache.org/viewcvs?rev=357113&view=rev
Log:
Fixed repository url to point to apache svn.
Modified:
incubator/activemq/trunk/project.xml
Modified: incubator/activemq/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/project.xml?rev=357113&r1=357112&r2=357113&view=diff
==============================================================================
--- incubator/activemq/trunk/project.xml (original)
+++ incubator/activemq/trunk/project.xml Thu Dec 15 19:54:41 2005
@@ -113,9 +113,9 @@
<repository>
-
<connection>scm:svn:svn://svn.activemq.org/activemq/scm/trunk/activemq/</connection>
-
<developerConnection>scm:svn:svn://svn.activemq.org/activemq/trunk/activemq/</developerConnection>
- <url>https://svn.activemq.org/activemq/trunk/activemq/</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/</developerConnection>
+
<url>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/</url>
</repository>
</project>