Author: sgoeschl
Date: Tue May 22 10:03:31 2007
New Revision: 540647

URL: http://svn.apache.org/viewvc?view=rev&rev=540647
Log:
The good old maven-proxy bug - www.ibiblio.org/maven returns 301 (permanently 
moved) and this is not supported by maven 1.0.2

Modified:
    jakarta/turbine/fulcrum/trunk/project.properties

Modified: jakarta/turbine/fulcrum/trunk/project.properties
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/project.properties?view=diff&rev=540647&r1=540646&r2=540647
==============================================================================
--- jakarta/turbine/fulcrum/trunk/project.properties (original)
+++ jakarta/turbine/fulcrum/trunk/project.properties Tue May 22 10:03:31 2007
@@ -20,7 +20,7 @@
 # contain all the jars needed to build Fulcrum, even if a jar
 # is missing on ibiblio
 # ========================================================================
-maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/turbine/repo
+maven.repo.remote=http://repo1.maven.org/maven/,http://jakarta.apache.org/turbine/repo
 
 maven.checkstyle.format = turbine
 maven.checkstyle.properties = ${basedir}/project.properties



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to