Updated version numbers to reset master

This commit is contained in:
Glenn Renfro
2020-05-20 15:05:10 -04:00
parent 19d964288a
commit b2ce87d041
11 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.M4</version>
<version>2.3.1.BUILD-SNAPSHOT</version>
<relativePath />
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>3.1.0.M1</version>
<version>3.1.0.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>