From af9477bdd091d62acae79f380ff431d2fd5b9fd5 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 20 Sep 2007 21:10:43 +0000 Subject: [PATCH] Correct repository locations and clarify POM usage in downloads docs. --- src/site/apt/downloads.apt | 6 +++--- src/site/apt/snapshots.apt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index ab210fda9..910055369 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -9,7 +9,7 @@ Milestone Builds These builds are provided for evaluation and community feedback. They will have a release identifier ending in "-mX" where X is the milestone number. The curent release is <<1.0-m2>>. - The builds consist of a set of jar artifacts deloyed to a Maven2 repository. To use it, just add the following repository to your POM: + The builds consist of a set of jar artifacts deployed to a Maven2 repository. To use it, just add the following repository to your POM (inside a \ element at the top level): +--------------- @@ -19,7 +19,7 @@ Milestone Builds +--------------- - Individual dependencies can then by added like so: + Individual dependencies can then by added like so (inside a \ element at the top level): +--------------- @@ -39,7 +39,7 @@ Milestone Builds +--------------- - Additionally, you can browse the repository with a web browser {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}here}}. + Additionally, you can browse the repository with a web browser {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/spring-batch}here}}. Snapshot Builds diff --git a/src/site/apt/snapshots.apt b/src/site/apt/snapshots.apt index 86f84688a..ec6033a43 100644 --- a/src/site/apt/snapshots.apt +++ b/src/site/apt/snapshots.apt @@ -10,7 +10,7 @@ Snapshot Builds These builds are provided for testing and development purposes only. They are built by a Bamboo process automatically using the latest snapshot from Subversion. - The snapshots are deloyed to a Maven2 snapshot repository. To use it, just add the following repository to your POM: + The snapshots are deloyed to a Maven2 snapshot repository. To use it, just add the following repository to your POM (inside a \ element at the top level): +--------------- @@ -20,7 +20,7 @@ Snapshot Builds +--------------- - Individual dependencies can then by added like so: + Individual dependencies can then by added like so (inside a \ element at the top level): +---------------