From 8316c5e6ad505be97fff5596684648e335c378fa Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Wed, 25 Mar 2015 10:40:06 -0400 Subject: [PATCH] Updating README.md under `batch-simple` --- batch-simple/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/batch-simple/README.md b/batch-simple/README.md index 6f10474..21f4044 100644 --- a/batch-simple/README.md +++ b/batch-simple/README.md @@ -7,7 +7,7 @@ In this *Hello World* example for *Spring XD* you will create a minimal code-bas In order for the sample to run you will need to have installed: -* Spring XD 1.1.0.M2 or higher ([Instructions](https://github.com/SpringSource/spring-xd/wiki/Getting-Started)) +* Spring XD 1.1.0.RELEASE or higher ([Instructions](https://github.com/SpringSource/spring-xd/wiki/Getting-Started)) ## Code Tour @@ -28,8 +28,7 @@ The project's [pom][] declares `spring-xd-module-parent` as its parent. This add The project's [build.gradle][] applies the `spring-xd-module` plugin, providing analagous build and packaging support for gradle. This plugin also applies the [Spring Boot Gradle Plugin][] as well as the [propdeps plugin][]. - -## Running the SampleStart up the spring-xd single node container +## Running the Sample Now your sample is ready to be executed. Start your *Spring XD* singlenode server: