Upgrade to SK-2.2 RC1 and SIK-3.1 RC1
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-kafka</artifactId>
|
||||
<version>3.1.0.M1</version>
|
||||
<version>3.1.0.RC1</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
@@ -98,7 +98,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.kafka</groupId>
|
||||
<artifactId>spring-kafka</artifactId>
|
||||
<version>2.2.0.M1</version>
|
||||
<version>2.2.0.RC1</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
||||
@@ -212,10 +212,10 @@ subprojects { subproject ->
|
||||
subethasmtpVersion = '1.2'
|
||||
slf4jVersion = '1.7.25'
|
||||
springIntegrationVersion = '5.1.0.RC1'
|
||||
springIntegrationKafkaVersion = '3.1.0.M1'
|
||||
springIntegrationKafkaVersion = '3.1.0.RC1'
|
||||
springIntegrationSocialTwiterVersion = '1.0.0.M1'
|
||||
springIntegrationSplunkVersion = '1.1.0.RELEASE'
|
||||
springKafkaVersion = '2.2.0.M1'
|
||||
springKafkaVersion = '2.2.0.RC1'
|
||||
springVersion = '5.1.0.RELEASE'
|
||||
springSecurityVersion = '5.1.0.RELEASE'
|
||||
springWebFlowVersion = '2.3.3.RELEASE'
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-kafka</artifactId>
|
||||
<version>3.1.0.M1</version>
|
||||
<version>3.1.0.RC1</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
||||
Reference in New Issue
Block a user