From ad3ae6e2d797b548f9a9ac3d9acffed4ccb85d63 Mon Sep 17 00:00:00 2001 From: trisberg Date: Tue, 19 Aug 2008 17:13:48 +0000 Subject: [PATCH] fixed milestone download link --- src/site/apt/downloads.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 258358b5c..eee0e2476 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -15,7 +15,7 @@ Spring Batch Downloads * Full releases: {{{http://static.springframework.org/downloads/nightly/release-download.php?project=BATCH}here}}. - * Milestones: {{{http://static.springframework.org/downloads/nightly/release-download.php?project=BATCH}here}}. + * Milestones: {{{http://static.springframework.org/downloads/nightly/milestone-download.php?project=BATCH}here}}. * Maven Artifacts @@ -47,7 +47,7 @@ Spring Batch Downloads 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. - You can find the .ZIP downloads of the milestones {{{http://static.springframework.org/downloads/nightly/release-download.php?project=BATCH}here}}. + You can find the .ZIP downloads of the milestones {{{http://static.springframework.org/downloads/nightly/milestone-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):