From c7f697503b0458a338739a0ff00496ebe81c8b60 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 17 Jun 2016 09:20:08 -0400 Subject: [PATCH] Update to release version in samples --- samples/helloworld/gradle.properties | 2 +- samples/helloworld/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/helloworld/gradle.properties b/samples/helloworld/gradle.properties index 665cce36..6e14f585 100644 --- a/samples/helloworld/gradle.properties +++ b/samples/helloworld/gradle.properties @@ -1,4 +1,4 @@ -springShellVersion = 1.1.0.RELEASE +springShellVersion = 1.2.0.RC1 junitVersion = 4.10 log4jVersion = 1.2.17 version = 1.0.0.RELEASE diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index f2fa1a8d..068c8671 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -11,7 +11,7 @@ http://maven.apache.org - 1.1.0.RELEASE + 1.2.0.RC1 org.springframework.shell.Bootstrap 1.2.17 4.10