Skip to content

Commit

Permalink
Update SAT currentVersionRegex for 3.0.0 (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <[email protected]>

Co-authored-by: Chris Jackson <[email protected]>
  • Loading branch information
wborn and cdjackson committed Dec 25, 2019
1 parent 3e23fdf commit 3c1417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/static-code-analysis/checkstyle/ruleset.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
checkstyle.headerCheck.content=^/\\*\\*$\\n^ \\* Copyright \\(c\\) {0}-{1} Contributors to the openHAB project$\\n^ \\*$\\n^ \\* See the NOTICE file\\(s\\) distributed with this work for additional$\\n^ \\* information.$\\n^ \\*$\\n^ \\* This program and the accompanying materials are made available under the$\\n^ \\* terms of the Eclipse Public License 2\\.0 which is available at$\\n^ \\* http://www.eclipse.org/legal/epl\\-2\\.0$\\n^ \\*$\\n^ \\* SPDX-License-Identifier: EPL-2.0$
checkstyle.headerCheck.values=2010,2019
checkstyle.pomXmlCheck.currentVersionRegex=^2\.5\.0
checkstyle.pomXmlCheck.currentVersionRegex=^3\.0\.0
checkstyle.forbiddenPackageUsageCheck.forbiddenPackages=com.google.common
checkstyle.forbiddenPackageUsageCheck.exceptions=
checkstyle.requiredFilesCheck.files=pom.xml

0 comments on commit 3c1417f

Please sign in to comment.