Next development version

This commit is contained in:
Stephane Nicoll
2016-09-21 17:05:50 +02:00
parent 5684924f60
commit 6643ec3713
183 changed files with 249 additions and 249 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.5.0.BUILD-SNAPSHOT'
springBootVersion = '2.0.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.5.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-logback</artifactId>
<name>Spring Boot Logback Sample</name>