[Arakhnę-Dev] [7] Fixing the SCM information in the POMs to allow Continum to retreive the right sources . |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [7] Fixing the SCM information in the POMs to allow Continum to retreive the right sources .
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 08 Oct 2008 18:15:36 +0200
Revision: 7
Author: galland
Date: 2008-10-08 18:15:35 +0200 (Wed, 08 Oct 2008)
Log Message:
-----------
Fixing the SCM information in the POMs to allow Continum to retreive the right sources.
Modified Paths:
--------------
trunk/arakhneRefs/pom.xml
trunk/pom.xml
Modified: trunk/arakhneRefs/pom.xml
===================================================================
--- trunk/arakhneRefs/pom.xml 2008-10-08 15:26:20 UTC (rev 6)
+++ trunk/arakhneRefs/pom.xml 2008-10-08 16:15:35 UTC (rev 7)
@@ -19,8 +19,6 @@
<!-- ======================================= -->
<scm>
- <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/trunk/arakhneRefs</connection>
- <developerConnection>scm:svn:svn+ssh://username@xxxxxxxxxxxxxxxxx/svnroot/arakhne/afc/trunk/arakhneRefs</developerConnection>
<url>http://www.arakhne.org/websvn.php?project=afc&subproject=arakhneRefs</url>
</scm>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-10-08 15:26:20 UTC (rev 6)
+++ trunk/pom.xml 2008-10-08 16:15:35 UTC (rev 7)
@@ -69,8 +69,8 @@
<!-- ======================================= -->
<scm>
- <connection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/afc</connection>
- <developerConnection>scm:svn:svn+ssh://username@xxxxxxxxxxxxxxxxx/svnroot/arakhne/afc</developerConnection>
+ <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/trunk</connection>
+ <developerConnection>scm:svn:svn+ssh://username@xxxxxxxxxxxxxxxxx/svnroot/arakhne/afc/trunk</developerConnection>
<url>http://www.arakhne.org/websvn.php?project=afc</url>
</scm>