m3 -> m4 in some docos
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
|
||||
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 current release is <<1.0.0.m3>>.
|
||||
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.m4>>.
|
||||
|
||||
* Zip Downloads
|
||||
|
||||
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 Spring Batch source code including the samples and their third-party dependencies as well.
|
||||
Starting with Spring Batch 1.0.0.m4 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 Spring Batch source code including the samples and their third-party dependencies as well.
|
||||
|
||||
* Maven Artifacts
|
||||
|
||||
@@ -33,7 +33,7 @@ Milestone Builds
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<version>1.0.0.m3</version>
|
||||
<version>1.0.0.m4</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
@@ -43,7 +43,7 @@ Milestone Builds
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-execution</artifactId>
|
||||
<version>1.0.0.m3</version>
|
||||
<version>1.0.0.m4</version>
|
||||
</dependency>
|
||||
+---------------
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Spring Batch Getting Started
|
||||
|
||||
A convenient way to get started quickly with Spring Batch is to run the samples which are packaged in the samples module. The source code for the samples (and the other modules) is available either from the {{{downloads.html}.Zip assembly}} or from {{{source-repository.html}Subversion}}.
|
||||
|
||||
These instructions work with the "m3a" .Zip distribution. The original "m3" release had some issues like missing dependencies, so if you are using that either get the newer release, or see {{{#m3}below}}. (The m3a release is just an update of the .Zip packages - there is no corresponding update of the jar files, which did not change.)
|
||||
These instructions work with the "m4" .Zip distribution.
|
||||
|
||||
* Using the .Zip Distribution
|
||||
|
||||
@@ -65,7 +65,9 @@ $ mvn test
|
||||
|
||||
The Original {m3} Distribution
|
||||
|
||||
If you are not using Maven you will need some dependencies that were missing from the distro, so get these jar files from somewhere else:
|
||||
The original "m3" release had some issues like missing dependencies, so if you are using that either get the newer release, or see below. (The m3a release is just an update of the .Zip packages - there is no corresponding update of the jar files, which did not change.)
|
||||
|
||||
If you are using not using Maven you will need some dependencies that were missing from the distro, so get these jar files from somewhere else:
|
||||
|
||||
* Servlet API (2.3 or better)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user