Update versions before release

This commit is contained in:
Michael Minella
2017-08-15 16:35:18 -05:00
parent 29b719dce9
commit ab32bfc999
10 changed files with 63 additions and 29 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M3</version>
<relativePath />
</parent>
@@ -47,13 +47,13 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-integration</artifactId>
<version>4.0.0.BUILD-SNAPSHOT</version>
<version>4.0.0.M3</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-local</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M1</version>
</dependency>
<dependency>