diff --git a/samples/helloworld/build.gradle b/samples/helloworld/build.gradle index 073081cb..8e19f117 100644 --- a/samples/helloworld/build.gradle +++ b/samples/helloworld/build.gradle @@ -5,6 +5,7 @@ apply plugin: 'eclipse' apply plugin: 'application' repositories { + maven { url "http://repo.springsource.org/libs-milestone" } maven { url "http://repo.springsource.org/libs-release" } mavenLocal() mavenCentral() diff --git a/samples/helloworld/gradle.properties b/samples/helloworld/gradle.properties index 1b81abf8..43f26f22 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.M1 junitVersion = 4.10 log4jVersion = 1.2.17 version = 1.0.0.RELEASE