Going back to snapshots

This commit is contained in:
buildmaster
2017-10-28 07:49:17 +00:00
parent e369db7d6a
commit 7aa40800c0
19 changed files with 26 additions and 26 deletions

View File

@@ -17,7 +17,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>2.0.0.M3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<artifactId>benchmarks</artifactId>
<properties>
@@ -28,7 +28,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.M5</spring-boot.version>
<spring-boot.version>2.0.0.BUILD-SNAPSHOT</spring-boot.version>
</properties>
<dependencyManagement>