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): +---------------