Author: olamy
Date: Thu Dec  1 21:41:43 2011
New Revision: 1209260

URL: http://svn.apache.org/viewvc?rev=1209260&view=rev
Log:
use id central to folks on limited network access

Modified:
    
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml

Modified: 
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml?rev=1209260&r1=1209259&r2=1209260&view=diff
==============================================================================
--- 
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml
 (original)
+++ 
archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml
 Thu Dec  1 21:41:43 2011
@@ -28,7 +28,7 @@ under the License.
       </activation>
       <repositories>
         <repository>
-          <id>local.central</id>
+          <id>central</id>
           <url>@localRepositoryUrl@</url>
           <releases>
             <enabled>true</enabled>
@@ -40,7 +40,7 @@ under the License.
       </repositories>
       <pluginRepositories>
         <pluginRepository>
-          <id>local.central</id>
+          <id>central</id>
           <url>@localRepositoryUrl@</url>
           <releases>
             <enabled>true</enabled>
@@ -52,4 +52,4 @@ under the License.
       </pluginRepositories>
     </profile>
   </profiles>
-</settings>
\ No newline at end of file
+</settings>


Reply via email to