Upgrade to Spring Boot 0.5.0.M2

This commit is contained in:
Greg Turnquist 2013-08-30 16:41:49 -05:00
parent 53b98d17c9
commit 17999d6235
6 changed files with 11 additions and 11 deletions

View File

@ -144,7 +144,7 @@ Summary
Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database. Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database.
[`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/SpringApplication.html [`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/SpringApplication.html
[`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html [`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html
[`@Component`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Component.html [`@Component`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Component.html

View File

@ -81,7 +81,7 @@ repositories {
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.BUILD-SNAPSHOT") compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M2")
compile("org.hsqldb:hsqldb") compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11") testCompile("junit:junit:4.11")
} }
@ -445,7 +445,7 @@ buildscript {
mavenLocal() mavenLocal()
} }
dependencies { dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.BUILD-SNAPSHOT") classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M2")
} }
} }
``` ```
@ -515,7 +515,7 @@ Summary
Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database. Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database.
[`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/SpringApplication.html [`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/SpringApplication.html
[`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html [`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html
[`@Component`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Component.html [`@Component`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Component.html

View File

@ -4,7 +4,7 @@ buildscript {
mavenLocal() mavenLocal()
} }
dependencies { dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.BUILD-SNAPSHOT") classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M2")
} }
} }
@ -24,7 +24,7 @@ repositories {
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.BUILD-SNAPSHOT") compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M2")
compile("org.hsqldb:hsqldb") compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11") testCompile("junit:junit:4.11")
} }

View File

@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -20,7 +20,7 @@ repositories {
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.BUILD-SNAPSHOT") compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M2")
compile("org.hsqldb:hsqldb") compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11") testCompile("junit:junit:4.11")
} }

View File

@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
</parent> </parent>
<dependencies> <dependencies>