From 2f5ab433f62d21bda69afd26720a2726104bf122 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 21 Jul 2008 17:18:52 +0000 Subject: [PATCH] Update downloads page for s3 co-ordinates --- src/site/apt/downloads.apt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 09523c751..eb7a1fb9d 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -19,9 +19,19 @@ Spring Batch Downloads * Maven Artifacts - Final releases are published on Maven central repo, and also in our s3 repository, browseable {{{http://s3browse.com/explore/maven.springframework.org/release/org/springframework/batch}here}}. 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. + Final releases are published on Maven central repo, and also in our s3 repository, browseable {{{http://s3browse.com/explore/maven.springframework.org/release/org/springframework/batch}here}}: -Individual dependencies can then by added like so (inside a \ element at the top level): ++--------------- + + spring-s3 + Spring Portfolio Maven RELEASE Repository + http://s3.amazonaws.com/maven.springframework.org/release + ++--------------- + + You can see the internal and external project dependencies in the <<>> files and also in the dependency reports for each module on this website. 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. + + Individual dependencies can then by added like so (inside a \ element at the top level): +---------------