Update versions of boot things

This commit is contained in:
Dave Syer
2017-04-12 17:25:22 +01:00
parent 70dff6bb6b
commit 36c6b2dba7
6 changed files with 9 additions and 8 deletions

View File

@@ -20,8 +20,8 @@
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.0.M2</wrapper.version>
<reactor.version>3.0.4.RELEASE</reactor.version>
<wrapper.version>1.0.0.RELEASE</wrapper.version>
<reactor.version>3.0.6.RELEASE</reactor.version>
</properties>
<dependencies>

View File

@@ -20,8 +20,8 @@
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.0.M2</wrapper.version>
<reactor.version>3.0.5.RELEASE</reactor.version>
<wrapper.version>1.0.0.RELEASE</wrapper.version>
<reactor.version>3.0.6.RELEASE</reactor.version>
</properties>
<dependencies>

View File

@@ -13,14 +13,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.1.RELEASE</version>
<version>1.5.2.RELEASE</version>
<relativePath/>
</parent>
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.0.M2</wrapper.version>
<wrapper.version>1.0.0.RELEASE</wrapper.version>
<reactor.version>3.0.5.RELEASE</reactor.version>
</properties>