Upgrade to Reactor 3.1.0 M3.

Closes gh-121.
This commit is contained in:
Mark Paluch
2017-07-27 08:13:41 +02:00
parent 0977ddbbae
commit d43313d6b9
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>5.0.0.RC3</spring.version>
<reactor.version>Bismuth-M3</reactor.version>
<java.version>1.8</java.version>
<project.type>multi</project.type>
<dist.id>spring-vault</dist.id>
@@ -103,7 +104,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Bismuth-BUILD-SNAPSHOT</version>
<version>${reactor.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@@ -10,6 +10,7 @@ Changes in version 2.0.0.M2
* Introduce VaultEndpointProvider to allow usage of multiple endpoints within an application #113
* Upgrade dependencies #119
* Upgrade to Spring Framework 5.0 RC3 #120
* Upgrade to Reactor 3.1.0 M3 #121
Changes in version 1.1.0.M1
-----------------------------------------