Updated downloads page to describe the new zip artifacts

This commit is contained in:
nebhale
2007-12-05 12:57:32 +00:00
parent 097ce6c296
commit 8a756995bb
2 changed files with 10 additions and 8 deletions

View File

@@ -1,14 +1,14 @@
---------
Downloads
---------
Dave Syer
Dave Syer, Ben Hale
------
August 2007
December 2007
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>>.
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 current release is <<1.0.0.m3>>.
You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}repository}} with a web browser. You can see the internal and external project dependencies in the <<<spring-batch-*/*.pom>>> files. You will probably need <<<spring-batch-execution>>>, <<<spring-batch-core>>> and <<<spring-batch-infrastructure>>>. Source code is packaged in a separate jar file in the same directory, and the samples are also bundled in the same way.
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 \<repositories\> element at the top level):
@@ -16,7 +16,7 @@ Milestone Builds
+---------------
<repository>
<id>spring-s3</id>
<name>Springframework Maven MILESTONE Repository</name>
<name>Spring Portfolio Maven MILESTONE Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
</repository>
+---------------
@@ -27,7 +27,7 @@ Milestone Builds
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>1.0-m2</version>
<version>1.0.0.m3</version>
</dependency>
+---------------
@@ -37,10 +37,12 @@ Milestone Builds
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-execution</artifactId>
<version>1.0-m2</version>
<version>1.0.0.m3</version>
</dependency>
+---------------
Starting with Spring Batch 1.0.0.m3 there are ZIP based artifacts that contain the release JARs. You can find those releases {{{http://static.springframework.org/downloads/nightly/milestone-download.php?project=BATCH}here}}. There are two ZIP files in the release. The first zip file is called <<<spring-batch-*-no-dependencies.zip>>. This file contains only the JAR files for the release. The second zip file is called <<<spring-batch-*-with-dependencies.zip>>>. This file contains the JAR files for the release as well as all of the third-party dependencies for the release. In addition, this release contains the source code for the release as well as the sample applications and their third-party dependencies as well.
Snapshot Builds
Nightly snapshots are also available through the same process with slightly different URLs. See {{{snapshots.html}here}} for details.

View File

@@ -27,7 +27,7 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>1.0-m2-SNAPSHOT</version>
<version>1.0.0.m4-SNAPSHOT</version>
</dependency>
+---------------