Update SNAPSHOT to 2.0.0.M1

This commit is contained in:
Marcin Grzejszczak
2017-06-29 16:59:54 +02:00
parent 0429818394
commit 0f5e28d078
20 changed files with 27 additions and 27 deletions

View File

@@ -17,7 +17,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M1</version>
<artifactId>benchmarks</artifactId>
<properties>
@@ -43,7 +43,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>