@@ -62,7 +62,7 @@ configure(allprojects) { project ->
62
62
ext. okhttpVersion = " 2.7.5"
63
63
ext. openjpaVersion = " 2.4.1"
64
64
ext. poiVersion = " 3.13"
65
- ext. reactorVersion = " 2.0.7 .RELEASE"
65
+ ext. reactorVersion = " 2.0.8 .RELEASE"
66
66
ext. romeVersion = " 1.5.1"
67
67
ext. seleniumVersion = " 2.48.2"
68
68
ext. slf4jVersion = " 1.7.21"
@@ -383,7 +383,7 @@ project("spring-beans") {
383
383
optional(" org.yaml:snakeyaml:${ snakeyamlVersion} " )
384
384
testCompile(" log4j:log4j:1.2.17" )
385
385
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
386
- }
386
+ }
387
387
}
388
388
389
389
project(" spring-beans-groovy" ) {
@@ -783,7 +783,7 @@ project("spring-orm-hibernate4") {
783
783
optional(" org.hibernate:hibernate-core:${ hibernate4Version} " )
784
784
optional(" org.hibernate:hibernate-entitymanager:${ hibernate4Version} " )
785
785
optional(" javax.servlet:javax.servlet-api:3.0.1" )
786
- optional(" aopalliance:aopalliance:1.0" )
786
+ optional(" aopalliance:aopalliance:1.0" )
787
787
testCompile(" javax.validation:validation-api:1.1.0.GA" )
788
788
testCompile(" org.hibernate:hibernate-validator:${ hibval5Version} " )
789
789
testCompile(" javax.el:javax.el-api:2.2.5" )
@@ -1161,9 +1161,7 @@ configure(rootProject) {
1161
1161
separateOutputDirs = false
1162
1162
backends = [' docbook' ]
1163
1163
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' : " "
1167
1165
}
1168
1166
1169
1167
reference {
@@ -1299,7 +1297,7 @@ configure(rootProject) {
1299
1297
baseName = " spring-framework"
1300
1298
classifier = " dist"
1301
1299
description = " Builds -${ classifier} archive, containing all jars and docs, " +
1302
- " suitable for community download page."
1300
+ " suitable for community download page."
1303
1301
1304
1302
ext. baseDir = " ${ baseName} -${ project.version} " ;
1305
1303
0 commit comments