Upgrade to SI 5.1.0.RC1

This commit is contained in:
Gary Russell
2018-09-21 13:28:08 -04:00
parent 4676a07aab
commit 2f8cf40259
63 changed files with 129 additions and 129 deletions

View File

@@ -192,14 +192,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.1.0.RC1</version>
<version>5.1.0.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.1.0.M1</version>
<version>5.1.0.RC1</version>
<scope>import</scope>
<type>pom</type>
</dependency>