[go: nahoru, domu]

Skip to content

Commit

Permalink
update spring-integration bom version
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Mar 6, 2018
1 parent 46f571c commit f9db2fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion xml-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
kotlinVersion = "1.2.30"
springCloudVersion = "Finchley.M6"
springBootVersion = "2.0.0.RELEASE"
springIntegrationVersion = "5.0.2.RELEASE"
}
}

Expand Down Expand Up @@ -79,7 +80,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom "org.springframework.integration:spring-integration-bom:5.0.1.RELEASE"
mavenBom "org.springframework.integration:spring-integration-bom:$springIntegrationVersion"
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:$springCloudVersion"
}
Expand Down
3 changes: 2 additions & 1 deletion xml-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<lombok.version>1.16.20</lombok.version>
<spring-cloud.version>Finchley.M6</spring-cloud.version>
<spring-boot.version>${project.parent.version}</spring-boot.version>
<spring-integration.version>5.0.2.RELEASE</spring-integration.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -237,7 +238,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.0.1.RELEASE</version>
<version>${spring-integration.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit f9db2fa

Please sign in to comment.