Gradle: Fix version number and repo location used in sample application for 1.1.0.M1

This commit is contained in:
mpollack
2013-07-26 14:08:11 -04:00
parent 63ee083f6b
commit 8c63413609
2 changed files with 2 additions and 1 deletions

View File

@@ -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()

View File

@@ -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