From 606954dc0726e837e8e9e4c54e915394b5f47c89 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Mon, 24 Apr 2017 14:43:04 -0400 Subject: [PATCH] Updating dependencies and doc versions --- pom.xml | 8 ++++---- .../src/main/asciidoc/getting-started.adoc | 2 +- spring-cloud-task-samples/partitioned-batch-job/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 167b0de5..7038e289 100755 --- a/pom.xml +++ b/pom.xml @@ -138,11 +138,11 @@ 1.2.1.RELEASE - 1.2.0.RC1 - 1.2.0.RC1 + 1.2.0.RELEASE + 1.2.0.RELEASE 1.2.0.RELEASE - 1.2.0.RC1 - 1.2.0.RC1 + 1.2.0.RELEASE + 1.2.0.RELEASE 3.0.7.RELEASE 1.1 diff --git a/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc b/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc index c6e834be..0963d273 100755 --- a/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/getting-started.adoc @@ -145,7 +145,7 @@ Spring Cloud Task itself: org.springframework.cloud spring-cloud-task-core - 1.2.0.RC1 + 1.2.0.RELEASE [[getting-started-writing-the-code]] diff --git a/spring-cloud-task-samples/partitioned-batch-job/pom.xml b/spring-cloud-task-samples/partitioned-batch-job/pom.xml index 6dd357a8..39d85894 100644 --- a/spring-cloud-task-samples/partitioned-batch-job/pom.xml +++ b/spring-cloud-task-samples/partitioned-batch-job/pom.xml @@ -53,7 +53,7 @@ org.springframework.cloud spring-cloud-deployer-local - 1.2.0.RC1 + 1.2.0.RELEASE