Update SNAPSHOT to 2.0.4.RELEASE

This commit is contained in:
buildmaster
2019-06-08 00:47:14 +00:00
parent f54279457a
commit 80fb949970
17 changed files with 160 additions and 26 deletions

View File

@@ -22,7 +22,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>2.0.4.BUILD-SNAPSHOT</version>
<version>2.0.4.RELEASE</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.8.RELEASE</spring-boot.version>
<spring-boot.version>2.0.9.RELEASE</spring-boot.version>
</properties>
<dependencyManagement>