mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
SPR-6558: correct maven repository locations
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2651 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
@@ -619,7 +619,7 @@ TR: OK. Added to diagram.--></para>
|
||||
<programlisting><repositories>
|
||||
<repository>
|
||||
<id>com.springsource.repository.maven.release</id>
|
||||
<url>http://s3.amazonaws.com/maven.springsource.com/release/</url>
|
||||
<url>http://maven.springframework.org/release/</url>
|
||||
<snapshots><enabled>false</enabled></snapshots>
|
||||
</repository>
|
||||
</repositories></programlisting>
|
||||
@@ -629,7 +629,7 @@ TR: OK. Added to diagram.--></para>
|
||||
<programlisting><repositories>
|
||||
<repository>
|
||||
<id>com.springsource.repository.maven.milestone</id>
|
||||
<url>http://s3.amazonaws.com/maven.springsource.com/milestone/</url>
|
||||
<url>http://maven.springframework.org/milestone/</url>
|
||||
<snapshots><enabled>false</enabled></snapshots>
|
||||
</repository>
|
||||
</repositories></programlisting>
|
||||
@@ -639,7 +639,7 @@ TR: OK. Added to diagram.--></para>
|
||||
<programlisting><repositories>
|
||||
<repository>
|
||||
<id>com.springsource.repository.maven.snapshot</id>
|
||||
<url>http://s3.amazonaws.com/maven.springsource.com/snapshot/</url>
|
||||
<url>http://maven.springframework.org/snapshot/</url>
|
||||
<snapshots><enabled>true</enabled></snapshots>
|
||||
</repository>
|
||||
</repositories></programlisting>
|
||||
|
||||
Reference in New Issue
Block a user