You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/26 03:06:21 UTC

svn commit: r372399 - /incubator/servicemix/trunk/etc/project.properties

Author: foconer
Date: Wed Jan 25 18:06:12 2006
New Revision: 372399

URL: http://svn.apache.org/viewcvs?rev=372399&view=rev
Log:
Changed order of priority of maven.repo.remote property.

Modified:
    incubator/servicemix/trunk/etc/project.properties

Modified: incubator/servicemix/trunk/etc/project.properties
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/etc/project.properties?rev=372399&r1=372398&r2=372399&view=diff
==============================================================================
--- incubator/servicemix/trunk/etc/project.properties (original)
+++ incubator/servicemix/trunk/etc/project.properties Wed Jan 25 18:06:12 2006
@@ -81,9 +81,9 @@
 maven.repo.apache.scp.executable=scp
 
 maven.repo.remote=\
-http://dist.codehaus.org,\
+http://cvs.apache.org/repository,\
 http://www.ibiblio.org/maven,\
-http://cvs.apache.org/repository
+http://dist.codehaus.org
 
 maven.eclipse.resources.addtoclasspath = true