]> source.dussan.org Git - jackcess.git/commitdiff
update to spotbugs
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 26 Aug 2022 13:21:42 +0000 (13:21 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 26 Aug 2022 13:21:42 +0000 (13:21 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1377 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index bef634e01d401a0242385ac0f957534724c109db..e111f3d562a91b3d32eb22e09fae4e158473c905 100644 (file)
--- 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>
         </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>