Resetting versions to snapshot

This commit is contained in:
Glenn Renfro
2020-09-24 14:33:15 -04:00
parent 7386faabe6
commit 2247763450
12 changed files with 22 additions and 22 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-M3</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>3.1.0-M2</version>
<version>3.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>