Updated Boot to 2.0.0.M2

This commit is contained in:
Marcin Grzejszczak
2017-08-13 18:40:42 -04:00
parent 1f5d3a1f16
commit 8a30a18c47
12 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
maven { url "http://repo.spring.io/plugins-staging-local/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.0.BUILD-SNAPSHOT"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M2"
}
}

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M2</version>
<relativePath />
</parent>