Gradle: Fix version number and repo location used in sample application for 1.1.0.M1
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user