Skip to content

Commit 70bc45f

Browse files
committed
Fix property name for spotbugs on pom.xml #1224
1 parent 8ac0fb4 commit 70bc45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<maven.compiler.testSource>1.8</maven.compiler.testSource>
138138
<maven.compiler.testCompilerArgument>-parameters</maven.compiler.testCompilerArgument>
139139
<clirr.comparisonVersion>3.3.1</clirr.comparisonVersion>
140-
<findbugs.onlyAnalyze>org.apache.ibatis.*</findbugs.onlyAnalyze>
140+
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
141141
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
142142
<osgi.import>*;resolution:=optional</osgi.import>
143143
<osgi.dynamicImport>*</osgi.dynamicImport>

0 commit comments

Comments
 (0)