Update to 2.0.0.M3

This commit is contained in:
Dave Syer
2018-09-22 11:43:50 +01:00
parent 63edc029bb
commit de6331054e
40 changed files with 55 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-azure</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M3</version>
<packaging>jar</packaging>
<name>function-sample-azure</name>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-dependencies</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M3</version>
<type>pom</type>
<scope>import</scope>
</dependency>