Preparing for 2.0.0.M1 release

This commit is contained in:
Marcin Grzejszczak
2018-08-22 14:55:36 +02:00
parent 8f41e33c11
commit 44739b4a25
12 changed files with 25 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '2.0.4.RELEASE'
springBootVersion = '2.1.0.BUILD-SNAPSHOT'
wrapperVersion = '1.0.13.RELEASE'
}
repositories {

View File

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