Update SNAPSHOT to 2.1.0.RC3

This commit is contained in:
buildmaster
2018-12-20 21:27:48 +00:00
parent 0708e6cdfb
commit d8d469a20d
17 changed files with 25 additions and 26 deletions

View File

@@ -22,7 +22,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC3</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.0.RELEASE</spring-boot.version>
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
<brave.version>5.4.3</brave.version>
</properties>