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:
parent
2dbe05aa24
commit
540cdc79e0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue