Going back to snapshots

This commit is contained in:
buildmaster
2019-11-18 15:46:50 +00:00
parent 1fbfc67930
commit f2af9fa8d1
17 changed files with 31 additions and 384 deletions

View File

@@ -22,7 +22,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>2.1.6.RELEASE</version>
<version>2.1.6.BUILD-SNAPSHOT</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.1.10.RELEASE</spring-boot.version>
<spring-boot.version>2.1.7.RELEASE</spring-boot.version>
<brave.version>5.8.0</brave.version>
<okhttp.version>3.11.0</okhttp.version>
</properties>