Upgrade to SI 5.1 GA, SF 5.1.2 and Gradle 4.10.2
This commit is contained in:
@@ -14,7 +14,7 @@ apply from: "${rootProject.projectDir}/publish-maven.gradle"
|
||||
group = 'org.springframework.integration'
|
||||
|
||||
repositories {
|
||||
// maven { url 'http://repo.spring.io/libs-staging-local' }
|
||||
maven { url 'http://repo.spring.io/libs-staging-local' }
|
||||
if (version.endsWith('BUILD-SNAPSHOT')) {
|
||||
maven { url 'http://repo.spring.io/libs-snapshot' }
|
||||
}
|
||||
@@ -28,9 +28,9 @@ compileJava {
|
||||
|
||||
ext {
|
||||
jackson2Version = '2.9.6'
|
||||
springIntegrationVersion = '5.1.0.M1'
|
||||
springIntegrationVersion = '5.1.0.RELEASE'
|
||||
springSocialTwitterVersion = '1.1.2.RELEASE'
|
||||
springVersion = '5.1.0.RC1'
|
||||
springVersion = '5.1.2.RELEASE'
|
||||
|
||||
idPrefix = 'twitter'
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user