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

@@ -18,7 +18,7 @@
<java.version>1.8</java.version>
<reactor-bom.version>Aluminium-SR1</reactor-bom.version>
<spring-cloud-stream.version>Chelsea.BUILD-SNAPSHOT</spring-cloud-stream.version>
<wrapper.version>1.0.0.RC1</wrapper.version>
<wrapper.version>1.0.0.RELEASE</wrapper.version>
<spring-boot.version>1.5.2.RELEASE</spring-boot.version>
</properties>

View File

@@ -15,7 +15,7 @@
</parent>
<properties>
<spring-cloud-deployer-thin.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-deployer-thin.version>
<spring-cloud-deployer-thin.version>1.0.0.RELEASE</spring-cloud-deployer-thin.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.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>

View File

@@ -46,6 +46,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>