diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 8f4acb07a..1bfbd01e9 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -9,6 +9,8 @@ Milestone Builds These builds are provided for evaluation and community feedback. They will have a release identifier ending in "-mX" where X is the milestone number. The curent release is <<1.0-m2>>. + You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}repository}} with a web browser. You can see the internal and external project dependencies in the <<>> files. You will probably need <<>>, <<>> and <<>>. Source code is packaged in a separate jar file in the same directory, and the samples are also bundled in the same way. + The builds consist of a set of jar artifacts deployed to a Maven2 repository. To use it, just add the following repository to your POM (inside a \ element at the top level): +--------------- @@ -39,8 +41,6 @@ Milestone Builds +--------------- - Additionally, you can browse the repository with a web browser {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}here}}. If you are downloading the jar files manually from there you can see the internal and external project dependencies in the <<>> files. You will probably need <<>>, <<>> and <<>>. - Snapshot Builds Nightly snapshots are also available through the same process with slightly different URLs. See {{{snapshots.html}here}} for details. diff --git a/src/site/apt/snapshots.apt b/src/site/apt/snapshots.apt index 9096bbc20..58b7d0c4d 100644 --- a/src/site/apt/snapshots.apt +++ b/src/site/apt/snapshots.apt @@ -7,9 +7,10 @@ Snapshot Builds - These builds are provided for testing and development purposes only. They are built by a Bamboo process - automatically using the latest snapshot from Subversion. + These builds are provided for testing and development purposes only. They are built by a Bamboo process automatically using the latest snapshot from Subversion. + You can browse the {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/batch}repository}} with a web browser. If you are downloading the jar files manually from there you can see the internal and external project dependencies in the <<>> files. You will probably need <<>>, <<>> and <<>>. + The snapshots are deloyed to a Maven2 snapshot repository. To use it, just add the following repository to your POM (inside a \ element at the top level): +--------------- @@ -30,4 +31,3 @@ Snapshot Builds +--------------- - Additionally, you can browse the repository with a web browser {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/batch}here}}. If you are downloading the jar files manually from there you can see the internal and external project dependencies in the <<>> files. You will probably need <<>>, <<>> and <<>>.