From 82adda6db9a5b5233088ba08033f9f72cb19a750 Mon Sep 17 00:00:00 2001 From: mpollack Date: Sat, 22 Dec 2012 03:46:23 +0800 Subject: [PATCH] point to local 1.0.1 build snapshots for sample app. --- samples/helloworld/build.gradle | 1 + samples/helloworld/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/helloworld/build.gradle b/samples/helloworld/build.gradle index 199494edd..7c37f2773 100644 --- a/samples/helloworld/build.gradle +++ b/samples/helloworld/build.gradle @@ -6,6 +6,7 @@ apply plugin: 'application' repositories { maven { url "http://repo.springsource.org/libs-release" } + mavenLocal() } dependencies { diff --git a/samples/helloworld/gradle.properties b/samples/helloworld/gradle.properties index 7839e0dff..02cfd69bf 100644 --- a/samples/helloworld/gradle.properties +++ b/samples/helloworld/gradle.properties @@ -1,4 +1,4 @@ -springShellVersion = 1.0.0.RELEASE +springShellVersion = 1.0.1.BUILD-SNAPSHOT log4jVersion = 1.2.17 version = 1.0.0.RELEASE