Remove pom versions to pick up from parent and fix build issues. Remove deprecated checkstyle modules.
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/cf7498ed Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/cf7498ed Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/cf7498ed Branch: refs/heads/master Commit: cf7498ed4bb0aa909c73a8d95a9c013094e8c020 Parents: 33a1e30 Author: Carl Hall <[email protected]> Authored: Sat Jul 15 22:04:05 2017 -0700 Committer: Carl Hall <[email protected]> Committed: Sat Jul 15 22:04:05 2017 -0700 ---------------------------------------------------------------------- checkstyle.xml | 2 -- pom.xml | 3 --- 2 files changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/cf7498ed/checkstyle.xml ---------------------------------------------------------------------- diff --git a/checkstyle.xml b/checkstyle.xml index 7268604..0156ad8 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -155,7 +155,6 @@ <!-- Checks for common coding problems --> <!-- See http://checkstyle.sf.net/config_coding.html --> <!-- module name="AvoidInlineConditionals"/ --> - <module name="DoubleCheckedLocking"/> <!-- MY FAVOURITE --> <module name="EmptyStatement"/> <module name="EqualsHashCode"/> <!-- module name="HiddenField"/ --> @@ -163,7 +162,6 @@ <module name="InnerAssignment"/> <module name="MagicNumber"/> <module name="MissingSwitchDefault"/> - <module name="RedundantThrows"/> <module name="SimplifyBooleanExpression"/> <module name="SimplifyBooleanReturn"/> http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/cf7498ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b3e84ac..ca27ed8 100644 --- a/pom.xml +++ b/pom.xml @@ -303,7 +303,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.9.1</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> @@ -313,7 +312,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>2.5.4</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> @@ -322,7 +320,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.3</version> <configuration> <targetJdk>${maven.compiler.source}</targetJdk> <rulesets>
