SPR-6558: correct maven repository locations
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