You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/01/25 05:47:34 UTC

svn commit: r615108 - in /harmony/enhanced/buildtest/branches/2.0: adaptors/gut/parameters.xml tests/gut/gut.properties

Author: smishura
Date: Thu Jan 24 20:47:34 2008
New Revision: 615108

URL: http://svn.apache.org/viewvc?rev=615108&view=rev
Log:
Fix URL for Maven 2.0.6

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml
    harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml?rev=615108&r1=615107&r2=615108&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml Thu Jan 24 20:47:34 2008
@@ -41,7 +41,7 @@
             value="2.0.2"/>
         <maven.location
             description="URL to fetch Apache Maven binaries"
-            value="http://apache.rmplc.co.uk/maven/binaries"/>
+            value="http://archive.apache.org/dist/maven/binaries/"/>
         <maven.filename
             description="Apache Maven archive name"
             value="maven-2.0.6-bin.tar.gz"/>

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties?rev=615108&r1=615107&r2=615108&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties Thu Jan 24 20:47:34 2008
@@ -29,6 +29,6 @@
 geronimo.version=2.0.2
 geronimo.filename=geronimo-2.0.2-src.tar.gz
 
-maven.location=http://apache.rmplc.co.uk/maven/binaries/
+maven.location=http://archive.apache.org/dist/maven/binaries/
 maven.version=2.0.6
 maven.filename=maven-2.0.6-bin.tar.gz