Update SAT regex to 2.5.0 to fix build (#448)

Signed-off-by: Wouter Born <eclipse@maindrain.net>
This commit is contained in:
Wouter Born 2018-12-17 07:59:27 +01:00 committed by Martin van Wingerden
parent 8c838580be
commit e1040c35bf

View File

@ -1,5 +1,5 @@
checkstyle.headerCheck.content=^/\\*\\*$\\n^ \\* Copyright \\(c\\) {0}-{1} by the respective copyright holders\\.$\\n^ \\*$\\n^ \\* All rights reserved\\. This program and the accompanying materials$\\n^ \\* are made available under the terms of the Eclipse Public License v1\\.0$\\n^ \\* which accompanies this distribution, and is available at$\\n^ \\* http://www.eclipse.org/legal/epl\\-v10\\.html$ checkstyle.headerCheck.content=^/\\*\\*$\\n^ \\* Copyright \\(c\\) {0}-{1} by the respective copyright holders\\.$\\n^ \\*$\\n^ \\* All rights reserved\\. This program and the accompanying materials$\\n^ \\* are made available under the terms of the Eclipse Public License v1\\.0$\\n^ \\* which accompanies this distribution, and is available at$\\n^ \\* http://www.eclipse.org/legal/epl\\-v10\\.html$
checkstyle.headerCheck.values=2015,2018 checkstyle.headerCheck.values=2015,2018
checkstyle.pomXmlCheck.currentVersionRegex=^2\.4\.0 checkstyle.pomXmlCheck.currentVersionRegex=^2\.5\.0
checkstyle.forbiddenPackageUsageCheck.forbiddenPackages=com.google.common checkstyle.forbiddenPackageUsageCheck.forbiddenPackages=com.google.common
checkstyle.forbiddenPackageUsageCheck.exceptions= checkstyle.forbiddenPackageUsageCheck.exceptions=