Add more browser links to downloads page
This commit is contained in:
@@ -19,7 +19,7 @@ Spring Batch Downloads
|
||||
|
||||
* Maven Artifacts
|
||||
|
||||
All releases are published in the SpringSource Enterprise Repository, browseable {{{http://www.springsource.com/repository/app/}here}}. The repository is segregrated by release, milestone and snaphot releases. For full releases use these repositories:
|
||||
All releases are 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:
|
||||
|
||||
+---
|
||||
<repository>
|
||||
@@ -82,7 +82,7 @@ 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 are deployed to the SpringSource Enterprise Repository, so use this repository if you want to depend on artifacts in the <<<org.springframework.*>>> style:
|
||||
Milestones are 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:
|
||||
|
||||
+---
|
||||
<repository>
|
||||
@@ -106,7 +106,7 @@ Spring Batch Downloads
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
Milestones are also published in the older s3 repository with Maven Central format dependencies. You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}S3 repository}} with a web browser. To use them, just add the following repository to your POM (inside a \<repositories\> element at the top level):
|
||||
Milestones are also published in the older 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):
|
||||
|
||||
+---------------
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user