[Arakhnę-Dev] [10] Change SCM anonymous URL for UTBM-proxy connection. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 10
Author: galland
Date: 2008-10-09 16:41:05 +0200 (Thu, 09 Oct 2008)
Log Message:
-----------
Change SCM anonymous URL for UTBM-proxy connection.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-10-09 11:55:18 UTC (rev 9)
+++ trunk/pom.xml 2008-10-09 14:41:05 UTC (rev 10)
@@ -107,7 +107,8 @@
</distributionManagement>
<scm>
- <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/trunk</connection>
+ <!-- connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/trunk</connection -->
+ <connection>scm:svn:http://svn.tuxfamily.org/arakhne/afc/trunk?view=co</connection>
<developerConnection>scm:svn:svn+ssh://username@xxxxxxxxxxxxxxxxx/svnroot/arakhne/afc/trunk</developerConnection>
<url>http://www.arakhne.org/websvn.php?project=afc</url>
</scm>