From 57498e76e3136bfa05993640d169f6a0d8eb88cb Mon Sep 17 00:00:00 2001 From: mpollack Date: Wed, 2 Apr 2014 17:37:20 -0400 Subject: [PATCH] SHL-128 - Change version of spring shell in hello world application to 1.1 RC1 --- 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 1b81abf8..00636a49 100644 --- a/samples/helloworld/gradle.properties +++ b/samples/helloworld/gradle.properties @@ -1,4 +1,4 @@ -springShellVersion = 1.1.0.BUILD-SNAPSHOT +springShellVersion = 1.1.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 499de2a6..6541688a 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -11,7 +11,7 @@ http://maven.apache.org - 1.1.0.M1 + 1.1.0.RC1 org.springframework.shell.Bootstrap 1.2.17 4.10