aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2022-08-26 13:21:42 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2022-08-26 13:21:42 +0000
commitc3cf11f67b37449a605f82c9d96d4a0c234bd030 (patch)
tree80db804d4126b42f51978d14c28b3df737eb559c
parente125700bdc327bfee44e0e84fffbfaea21eb871b (diff)
downloadjackcess-c3cf11f67b37449a605f82c9d96d4a0c234bd030.tar.gz
jackcess-c3cf11f67b37449a605f82c9d96d4a0c234bd030.zip
update to spotbugs
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1377 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bef634e..e111f3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>2.0.3</version>
+ <version>2.0.5</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
@@ -314,8 +314,8 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>${basedir}/src/site/findbugs/exclude.xml</excludeFilterFile>
</configuration>