Author: foconer
Date: Tue May 30 22:40:36 2006
New Revision: 410435
URL: http://svn.apache.org/viewvc?rev=410435&view=rev
Log:
Changed https to http in connection repository.
Modified:
incubator/activemq/trunk/project.xml
Modified: incubator/activemq/trunk/project.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/project.xml?rev=410435&r1=410434&r2=410435&view=diff
==============================================================================
--- incubator/activemq/trunk/project.xml (original)
+++ incubator/activemq/trunk/project.xml Tue May 30 22:40:36 2006
@@ -50,7 +50,7 @@
<distributionDirectory>/www/geronimo.apache.org/builds</distributionDirectory>
<repository>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/</connection>
+
<connection>scm:svn:http://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>