Remove binary files

This commit is contained in:
Dave Syer 2014-09-04 08:51:37 +01:00
parent 7e6bad8d4b
commit 8a66d50edf
56 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.1.6.BUILD-SNAPSHOT'
springBootVersion = '1.2.0.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

View File

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.1.6.BUILD-SNAPSHOT</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-simple</artifactId>
<name>Spring Boot Simple Sample</name>