Skip to content

Commit e6e71b4

Browse files
committed
Update to Acegi Standard Project 0.1.6 and replace FindBugs with SpotBugs
1 parent 17a7dbc commit e6e71b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>au.com.acegi</groupId>
66
<artifactId>acegi-standard-project</artifactId>
7-
<version>0.1.4</version>
7+
<version>0.1.6</version>
88
</parent>
99
<groupId>org.lmdbjava</groupId>
1010
<artifactId>lmdbjava</artifactId>
@@ -164,8 +164,8 @@
164164
<artifactId>jacoco-maven-plugin</artifactId>
165165
</plugin>
166166
<plugin>
167-
<groupId>org.codehaus.mojo</groupId>
168-
<artifactId>findbugs-maven-plugin</artifactId>
167+
<groupId>com.github.spotbugs</groupId>
168+
<artifactId>spotbugs-maven-plugin</artifactId>
169169
</plugin>
170170
<plugin>
171171
<groupId>au.com.acegi</groupId>

0 commit comments

Comments
 (0)