Update SNAPSHOT to 2.0.0.M8

This commit is contained in:
Spencer Gibb
2018-03-02 12:48:44 -05:00
parent c4aa9f5235
commit 1cdf2fef73
16 changed files with 24 additions and 24 deletions

View File

@@ -22,7 +22,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M8</version>
<artifactId>benchmarks</artifactId>
<properties>
@@ -33,7 +33,7 @@
<sonar.skip>true</sonar.skip>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<spring-boot.version>2.0.0.BUILD-SNAPSHOT</spring-boot.version>
<spring-boot.version>2.0.0.RELEASE</spring-boot.version>
</properties>
<dependencyManagement>