Move master to 1.4.0.BUILD-SNAPSHOT
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.3.3.BUILD-SNAPSHOT'
|
||||
springBootVersion = '1.4.0.BUILD-SNAPSHOT'
|
||||
}
|
||||
repositories {
|
||||
// NOTE: You should declare only repositories that you need here
|
||||
|
||||
@@ -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.3.3.BUILD-SNAPSHOT</version>
|
||||
<version>1.4.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-logback</artifactId>
|
||||
<name>Spring Boot Logback Sample</name>
|
||||
|
||||
Reference in New Issue
Block a user