update build

This commit is contained in:
Jarred Li
2012-05-25 17:51:38 +08:00
parent f00b1bd9b9
commit 892086081a
2 changed files with 12 additions and 12 deletions

View File

@@ -9,18 +9,17 @@ allprojects {
version = "$springShellVersion"
repositories {
mavenLocal()
mavenCentral()
maven{
url "http://repository.springsource.com/maven/bundles/release"
url "http://maven.springframework.org/release"
url "http://maven.springframework.org/milestone"
url "http://maven.springframework.org/snapshot"
url "http://oss.sonatype.org/content/repositories/snapshots"
url "http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"
url "http://www.datanucleus.org/downloads/maven2/"
url "http://conjars.org/repo"
}
maven{ url "http://mvnrepository.com/artifact" }
maven{ url "http://maven.springframework.org/release" }
maven{ url "http://maven.springframework.org/milestone" }
maven{ url "http://maven.springframework.org/snapshot" }
maven{ url "http://maven.springframework.org.s3.amazonaws.com/external" }
maven{ url "http://repository.springsource.com/maven/bundles/release" }
maven{ url "http://oss.sonatype.org/content/repositories/snapshots" }
maven{ url "http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/" }
maven{ url "http://www.datanucleus.org/downloads/maven2/" }
maven{ url "http://conjars.org/repo" }
}
}

View File

@@ -32,4 +32,5 @@ thrift.range = "[0.7, 0.8)"
# --------------------
# Project wide version
# --------------------
springShellVersion=1.0.0.BUILD-SNAPSHOT
springShellVersion=1.0.0.BUILD-SNAPSHOT