Update maximum width of reference HTML

This change upgrade the framework to consume the newly-published
docbook-reference-plugin version 0.2.1 containing a maximum width
for the HTML reference guide.
This commit is contained in:
Phillip Webb
2012-11-26 11:27:17 -08:00
parent 3a50dafc90
commit b1040af22e

View File

@@ -3,7 +3,7 @@ buildscript {
maven { url 'http://repo.springsource.org/plugins-release' }
}
dependencies {
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.0'
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.1'
}
}