提交 5aadeabf 编写于 作者: G Greg Turnquist

Rebuild with gradle 1.8 and also update to Spring Boot 0.5.0.M5

上级 ffc32e9c
......@@ -64,7 +64,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
}
}
......@@ -84,7 +84,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M4")
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
testCompile("junit:junit:4.11")
}
......
......@@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
}
}
......@@ -24,11 +24,11 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M4") {
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") {
exclude module: "spring-boot-starter-tomcat"
}
compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M4")
compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M4")
compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M5")
compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M5")
testCompile("junit:junit:4.11")
}
......
#Fri Aug 09 11:42:39 CDT 2013
#Wed Oct 30 09:50:21 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
......@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.M4</version>
<version>0.5.0.M5</version>
</parent>
<dependencies>
......
......@@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
}
}
......@@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M4")
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5")
testCompile("junit:junit:4.11")
}
......
#Fri Aug 09 11:42:51 CDT 2013
#Wed Oct 30 09:50:28 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
......@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.M4</version>
<version>0.5.0.M5</version>
</parent>
<dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册