Fix s3 references
This commit is contained in:
@@ -19,13 +19,13 @@ Spring Batch Downloads
|
||||
|
||||
* Maven Artifacts
|
||||
|
||||
Traditional "spring-*" artifacts are deployed on the Maven central repo. Full releases in this format also go in our s3 repository, browseable {{{http://s3browse.com/explore/maven.springframework.org/release/org/springframework/batch}here}}:
|
||||
Traditional "spring-*" artifacts are deployed on the Maven central repo. Full releases in this format also go in our s3 repository, browseable {{{http://shrub.appspot.com/maven.springframework.org/release/org/springframework/batch}here}}:
|
||||
|
||||
+---------------
|
||||
<repository>
|
||||
<id>spring-releases</id>
|
||||
<name>Spring Maven RELEASE Repository</name>
|
||||
<url>http://s3.amazonaws.com/maven.springframework.org/release</url>
|
||||
<url>http://maven.springframework.org/release</url>
|
||||
</repository>
|
||||
+---------------
|
||||
|
||||
@@ -41,7 +41,7 @@ Spring Batch Downloads
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
All releases are also published in the SpringSource Enterprise Repository, {{{http://www.springsource.com/repository/app/}searchable here}} and {{{http://s3browse.com/explore/repository.springsource.com/maven/bundles/release}browseable here}}. The repository is segregrated by release, milestone and snaphot releases. For full releases use these repositories:
|
||||
All releases are also published in the SpringSource Enterprise Repository, {{{http://www.springsource.com/repository/app/}searchable here}} and {{{http://shrub.appspot.com/repository.springsource.com/maven/bundles/release}browseable here}}. The repository is segregrated by release, milestone and snaphot releases. For full releases use these repositories:
|
||||
|
||||
+---
|
||||
<repository>
|
||||
@@ -80,13 +80,13 @@ Spring Batch Downloads
|
||||
|
||||
You can find the .ZIP downloads of the milestones {{{http://static.springframework.org/downloads/nightly/milestone-download.php?project=BATCH}here}}.
|
||||
|
||||
Milestones also published in the s3 repository with Maven Central format dependencies {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}browseable here}}. To use them, just add the following repository to your POM (inside a \<repositories\> element at the top level):
|
||||
Milestones also published in the s3 repository with Maven Central format dependencies {{{http://shrub.appspot.com/maven.springframework.org/milestone/org/springframework/batch}browseable here}}. To use them, just add the following repository to your POM (inside a \<repositories\> element at the top level):
|
||||
|
||||
+---------------
|
||||
<repository>
|
||||
<id>spring-s3</id>
|
||||
<name>Spring Maven MILESTONE Repository</name>
|
||||
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
|
||||
<url>http://maven.springframework.org/milestone</url>
|
||||
</repository>
|
||||
+---------------
|
||||
|
||||
@@ -100,7 +100,7 @@ Spring Batch Downloads
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
Milestones are also deployed to the SpringSource Enterprise Repository ({{{http://s3browse.com/explore/repository.springsource.com/maven/bundles/milestone}browseable here}}), so use this repository if you want to depend on artifacts in the <<<org.springframework.*>>> style:
|
||||
Milestones are also deployed to the SpringSource Enterprise Repository ({{{http://shrub.appspot.com/repository.springsource.com/maven/bundles/milestone}browseable here}}), so use this repository if you want to depend on artifacts in the <<<org.springframework.*>>> style:
|
||||
|
||||
+---
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user