Fix POMs version

This commit is contained in:
Oleg Zhurakousky
2020-06-22 16:45:21 +02:00
parent 2fe888dde8
commit 8ef8190681
36 changed files with 37 additions and 37 deletions

View File

@@ -6,11 +6,11 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.3.1.SNAPSHOT</version>
<version>2.3.1.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-function-dependencies</artifactId>
<version>3.0.9.SNAPSHOT</version>
<version>3.0.9.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Function Dependencies</name>
<description>Spring Cloud Function Dependencies</description>