From ead902f8ad72cb3145c4d83c04fa139b655b5386 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 21 Jul 2008 17:18:18 +0000 Subject: [PATCH] Update to include s3 repo location for releases --- src/site/apt/downloads.apt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 612b2c120..1071e9d38 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -19,15 +19,25 @@ 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): +--------------- org.springframework.batch spring-batch-core - 1.1.0.RELEASE + 1.0.0 +---------------