From 5091ffee6b15e398bd6b95b4707da87dd3fd1df6 Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 28 Mar 2008 16:46:48 +0000 Subject: [PATCH] Update URL fro download link. --- src/site/apt/downloads.apt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 62d4ce370..d0767d6fe 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -11,7 +11,7 @@ Spring Batch Downloads * Zip Downloads - 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 Spring Batch source code including the samples and their third-party dependencies as well. + There are ZIP based artifacts that contain the release JARs. You can find those releases {{{http://static.springframework.org/downloads/nightly/release-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 Spring Batch source code including the samples and their third-party dependencies as well. * Maven Artifacts @@ -33,7 +33,9 @@ Individual dependencies can then by added like so (inside a \ ele These builds are provided for evaluation and community feedback. Spring Batch builds have a release identifier ending in "mX" where X is the milestone number, or "rcX" for a release candidate. - Milestones and snapshots are only published in s3. You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}repository}} with a web browser. To use them, just add the following repository to your POM (inside a \ element at the top level): + You can find the .ZIP downloads of the milestones {{{http://static.springframework.org/downloads/nightly/release-download.php?project=BATCH}here}}. + + Milestones and snapshots Maven artifacts are also published in s3, but not in Maven central repo. You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}repository}} with a web browser. To use them, just add the following repository to your POM (inside a \ element at the top level): +---------------