Going back to snapshots

This commit is contained in:
buildmaster
2020-10-03 14:19:22 +00:00
parent bc5668b96d
commit f6608cd27f
27 changed files with 38 additions and 38 deletions

View File

@@ -22,7 +22,7 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>3.0.0-M4</version>
<version>3.0.0-SNAPSHOT</version>
<artifactId>benchmarks</artifactId>
<parent>
@@ -41,7 +41,7 @@
<okhttp.version>4.9.0</okhttp.version>
<microbenchmark-runner.version>0.2.0.RELEASE</microbenchmark-runner.version>
<jmh.version>1.21</jmh.version>
<spring-cloud-stream.version>3.1.0-M3</spring-cloud-stream.version>
<spring-cloud-stream.version>3.1.0-SNAPSHOT</spring-cloud-stream.version>
</properties>
<dependencyManagement>