Skip to content

Commit a3da6b1

Browse files
rstoyanchevjhoeller
authored andcommitted
Upgrade to Reactor 2.0.8
(cherry picked from commit 6e4e52b)
1 parent d66186a commit a3da6b1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
6262
ext.okhttpVersion = "2.7.5"
6363
ext.openjpaVersion = "2.4.1"
6464
ext.poiVersion = "3.13"
65-
ext.reactorVersion = "2.0.7.RELEASE"
65+
ext.reactorVersion = "2.0.8.RELEASE"
6666
ext.romeVersion = "1.5.1"
6767
ext.seleniumVersion = "2.48.2"
6868
ext.slf4jVersion = "1.7.21"
@@ -383,7 +383,7 @@ project("spring-beans") {
383383
optional("org.yaml:snakeyaml:${snakeyamlVersion}")
384384
testCompile("log4j:log4j:1.2.17")
385385
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
386-
}
386+
}
387387
}
388388

389389
project("spring-beans-groovy") {
@@ -783,7 +783,7 @@ project("spring-orm-hibernate4") {
783783
optional("org.hibernate:hibernate-core:${hibernate4Version}")
784784
optional("org.hibernate:hibernate-entitymanager:${hibernate4Version}")
785785
optional("javax.servlet:javax.servlet-api:3.0.1")
786-
optional("aopalliance:aopalliance:1.0")
786+
optional("aopalliance:aopalliance:1.0")
787787
testCompile("javax.validation:validation-api:1.1.0.GA")
788788
testCompile("org.hibernate:hibernate-validator:${hibval5Version}")
789789
testCompile("javax.el:javax.el-api:2.2.5")
@@ -1161,9 +1161,7 @@ configure(rootProject) {
11611161
separateOutputDirs = false
11621162
backends = ['docbook']
11631163
options doctype: 'book', eruby: 'erubis'
1164-
attributes 'spring-version': project.version,
1165-
'revnumber' : project.version,
1166-
'docinfo' : ""
1164+
attributes 'spring-version': project.version, 'revnumber': project.version, 'docinfo': ""
11671165
}
11681166

11691167
reference {
@@ -1299,7 +1297,7 @@ configure(rootProject) {
12991297
baseName = "spring-framework"
13001298
classifier = "dist"
13011299
description = "Builds -${classifier} archive, containing all jars and docs, " +
1302-
"suitable for community download page."
1300+
"suitable for community download page."
13031301

13041302
ext.baseDir = "${baseName}-${project.version}";
13051303

0 commit comments

Comments
 (0)