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