File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ subprojects { subproject ->
135
135
servletApiVersion = ' 4.0.0'
136
136
smackVersion = ' 4.3.1'
137
137
springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.1.4.RELEASE'
138
- springDataJpaVersion = ' 2.1.4 .RELEASE'
139
- springDataMongoVersion = ' 2.1.4 .RELEASE'
140
- springDataRedisVersion = ' 2.1.4 .RELEASE'
141
- springGemfireVersion = ' 2.1.4 .RELEASE'
142
- springSecurityVersion = ' 5.1.3 .RELEASE'
138
+ springDataJpaVersion = ' 2.1.5 .RELEASE'
139
+ springDataMongoVersion = ' 2.1.5 .RELEASE'
140
+ springDataRedisVersion = ' 2.1.5 .RELEASE'
141
+ springGemfireVersion = ' 2.1.5 .RELEASE'
142
+ springSecurityVersion = ' 5.1.4 .RELEASE'
143
143
springRetryVersion = ' 1.2.4.RELEASE'
144
144
springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.5.RELEASE'
145
145
springWsVersion = ' 3.0.6.RELEASE'
@@ -930,12 +930,12 @@ task docsZip(type: Zip, dependsOn: reference) {
930
930
}
931
931
932
932
from (' build/asciidoc/html5' ) {
933
- into ' reference'
933
+ into ' reference/html '
934
934
}
935
935
936
936
from (' build/asciidoc/pdf' ) {
937
937
include ' index.pdf'
938
- into ' reference'
938
+ into ' reference/pdf '
939
939
}
940
940
}
941
941
You can’t perform that action at this time.
0 commit comments