diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 1bfbd01e9..78b9000c7 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -1,14 +1,14 @@ --------- Downloads --------- - Dave Syer + Dave Syer, Ben Hale ------ - August 2007 + December 2007 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>>. - + 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 current release is <<1.0.0.m3>>. + 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): @@ -16,7 +16,7 @@ Milestone Builds +--------------- spring-s3 - Springframework Maven MILESTONE Repository + Spring Portfolio Maven MILESTONE Repository http://s3.amazonaws.com/maven.springframework.org/milestone +--------------- @@ -27,7 +27,7 @@ Milestone Builds org.springframework.batch spring-batch-core - 1.0-m2 + 1.0.0.m3 +--------------- @@ -37,10 +37,12 @@ Milestone Builds org.springframework.batch spring-batch-execution - 1.0-m2 + 1.0.0.m3 +--------------- + Starting with Spring Batch 1.0.0.m3 there are ZIP based artifacts that contain the release JARs. You can find those releases {{{http://static.springframework.org/downloads/nightly/milestone-download.php?project=BATCH}here}}. There are two ZIP files in the release. The first zip file is called <<>. This file contains only the JAR files for the release. The second zip file is called <<>>. This file contains the JAR files for the release as well as all of the third-party dependencies for the release. In addition, this release contains the source code for the release as well as the sample applications and their third-party dependencies as well. + 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 58b7d0c4d..6c96b58ba 100644 --- a/src/site/apt/snapshots.apt +++ b/src/site/apt/snapshots.apt @@ -27,7 +27,7 @@ Snapshot Builds org.springframework.batch spring-batch-core - 1.0-m2-SNAPSHOT + 1.0.0.m4-SNAPSHOT +---------------