We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a7dbc commit e6e71b4Copy full SHA for e6e71b4
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>au.com.acegi</groupId>
6
<artifactId>acegi-standard-project</artifactId>
7
- <version>0.1.4</version>
+ <version>0.1.6</version>
8
</parent>
9
<groupId>org.lmdbjava</groupId>
10
<artifactId>lmdbjava</artifactId>
@@ -164,8 +164,8 @@
164
<artifactId>jacoco-maven-plugin</artifactId>
165
</plugin>
166
<plugin>
167
- <groupId>org.codehaus.mojo</groupId>
168
- <artifactId>findbugs-maven-plugin</artifactId>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
169
170
171
0 commit comments