Fix snapshot versions

This commit is contained in:
Oleg Zhurakousky
2020-12-21 18:04:32 +01:00
parent 48605a9ac3
commit fde7da34d1
38 changed files with 40 additions and 40 deletions

View File

@@ -6,13 +6,13 @@
<artifactId>spring-cloud-function-parent</artifactId>
<name>Spring Cloud Function Parent</name>
<version>3.1.1.SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>3.0.1.SNAPSHOT</version>
<version>3.0.0</version>
<relativePath/>
</parent>