diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2022-08-26 13:21:42 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2022-08-26 13:21:42 +0000 |
commit | c3cf11f67b37449a605f82c9d96d4a0c234bd030 (patch) | |
tree | 80db804d4126b42f51978d14c28b3df737eb559c | |
parent | e125700bdc327bfee44e0e84fffbfaea21eb871b (diff) | |
download | jackcess-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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |