From 311b5d15d4e55ea852c74be7e603be1ae951141a Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Fri, 11 Apr 2014 15:18:04 -0500 Subject: [PATCH] Updated version in XML configuration example and fixed spelling error --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index bdef780cd..f8ec0beb3 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ Spring Batch provides reusable functions that are essential in processing large * Transaction management * Chunk based processing -* Declaritive I/O +* Declarative I/O * Start/Stop/Restart * Rety/Skip * Web based administration interface (Spring Batch Admin) @@ -65,7 +65,7 @@ The quickest way to get started with Spring Batch is to download the zip file an 1. Download the zip release from our repository: [Download](http://static.springsource.org/downloads/nightly/release-download.php?project=BATCH) 2. After unzipping the download, copy the /samples/spring-batch-simple-cli folder to your workspace. 3. From the root of you new project's directory, you can build the project via maven `mvn clean install` -4. From the project's target directory, you'll be able to run your new job (pipes a file into an in memory database table) via the command `java -jar spring-batch-simple-cli-2.2.5.RELEASE.jar launch-context.xml personJob` +4. From the project's target directory, you'll be able to run your new job (pipes a file into an in memory database table) via the command `java -jar spring-batch-simple-cli-2.2.6.RELEASE.jar launch-context.xml personJob` ## Java based configuration (3.0+) 1. Download the zip release from our repository: [Download](http://static.springsource.org/downloads/nightly/milestone-download.php?project=BATCH)