mirror of https://github.com/apache/maven.git
merge -r1222269:1222270 https://svn.apache.org/repos/asf/maven/maven-3/branches/maven-3.0.4-RCx
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1222272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fef00bd1fb
commit
71c145a0e6
|
@ -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 );
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue