From 8272421ea9d0f1ba480c425c7cba4288b43a320b Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Wed, 23 Mar 2016 12:15:49 -0500 Subject: [PATCH] Fixed READMEs in samples to not reference old build property --- spring-cloud-task-samples/taskprocessor/README.adoc | 4 ++-- spring-cloud-task-samples/tasksink/README.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-task-samples/taskprocessor/README.adoc b/spring-cloud-task-samples/taskprocessor/README.adoc index b6535359..53f619e9 100644 --- a/spring-cloud-task-samples/taskprocessor/README.adoc +++ b/spring-cloud-task-samples/taskprocessor/README.adoc @@ -13,7 +13,7 @@ by executing the following build in the timestamp-task module: [source,shell,indent=2] ---- -$ ./mvnw clean install -DskipInstall=false +$ ./mvnw clean install ---- == The parameters offered by the TaskProcessor are as follows: @@ -34,7 +34,7 @@ $ ./mvnw clean install -DskipInstall=false [source,shell,indent=2] ---- -$ ./mvnw clean install -DskipInstall=false +$ ./mvnw clean install ---- == Dependencies: diff --git a/spring-cloud-task-samples/tasksink/README.adoc b/spring-cloud-task-samples/tasksink/README.adoc index 5c1a5193..5e81cd19 100644 --- a/spring-cloud-task-samples/tasksink/README.adoc +++ b/spring-cloud-task-samples/tasksink/README.adoc @@ -11,7 +11,7 @@ launch the task that was specified in the request. [source,shell,indent=2] ---- -$ ./mvnw clean install -DskipInstall=false +$ ./mvnw clean install ---- == Dependencies: