Using boot snaps for samples

This commit is contained in:
Marcin Grzejszczak
2018-10-16 14:55:24 +02:00
parent 62bc1140a9
commit 50d62b6ee8
38 changed files with 38 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
maven { url "http://repo.spring.io/release" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.M4"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.BUILD-SNAPSHOT"
}
}

View File

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