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
79b40d219a
commit
879d07b1d7
|
@ -51,7 +51,7 @@ public interface RepositorySystem
|
||||||
|
|
||||||
final String DEFAULT_REMOTE_REPO_ID = "central";
|
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 );
|
Artifact createArtifact( String groupId, String artifactId, String version, String packaging );
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ under the License.
|
||||||
<repository>
|
<repository>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
<name>Central Repository</name>
|
<name>Central Repository</name>
|
||||||
<url>http://repo1.maven.apache.org/maven2</url>
|
<url>http://repo.maven.apache.org/maven2</url>
|
||||||
<layout>default</layout>
|
<layout>default</layout>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
|
@ -39,7 +39,7 @@ under the License.
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
<name>Central Repository</name>
|
<name>Central Repository</name>
|
||||||
<url>http://repo1.maven.apache.org/maven2</url>
|
<url>http://repo.maven.apache.org/maven2</url>
|
||||||
<layout>default</layout>
|
<layout>default</layout>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
|
|
Loading…
Reference in New Issue