Bumping versions to 2.2.6.BUILD-SNAPSHOT after release

This commit is contained in:
buildmaster
2020-08-28 20:23:45 +00:00
parent 8b1d17fb26
commit cf3a082477
30 changed files with 39 additions and 39 deletions

View File

@@ -22,7 +22,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>2.2.5.BUILD-SNAPSHOT</version>
<version>2.2.6.BUILD-SNAPSHOT</version>
<artifactId>benchmarks</artifactId>
<properties>
@@ -32,7 +32,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.3.2.RELEASE</spring-boot.version>
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
<brave.version>5.12.3</brave.version>
<okhttp.version>3.14.6</okhttp.version>
</properties>