git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1222272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-12-22 15:13:10 +00:00
parent 79b40d219a
commit 879d07b1d7
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ public interface RepositorySystem
final String DEFAULT_REMOTE_REPO_ID = "central";
final String DEFAULT_REMOTE_REPO_URL = "http://repo1.maven.apache.org/maven2";
final String DEFAULT_REMOTE_REPO_URL = "http://repo.maven.apache.org/maven2";
Artifact createArtifact( String groupId, String artifactId, String version, String packaging );

View File

@ -27,7 +27,7 @@ under the License.
<repository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo1.maven.apache.org/maven2</url>
<url>http://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
@ -39,7 +39,7 @@ under the License.
<pluginRepository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo1.maven.apache.org/maven2</url>
<url>http://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>