Increasing line size to 120

git-svn-id: https://svn.apache.org/repos/asf/cxf/build-utils/trunk@1232799 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/buildtools/src/main/resources/cxf-checkstyle.xml b/buildtools/src/main/resources/cxf-checkstyle.xml
index 2cfed38..d341920 100644
--- a/buildtools/src/main/resources/cxf-checkstyle.xml
+++ b/buildtools/src/main/resources/cxf-checkstyle.xml
@@ -100,7 +100,7 @@
 			<property name="max" value="75" />
 		</module>
 		<module name="LineLength">
-			<property name="max" value="110" />
+			<property name="max" value="120" />
 		</module>
 		<module name="MethodLength">
 			<property name="max" value="150" />