Skip to content

Commit 6bfc651

Browse files
committed
Bump findbugs plugin
1 parent af1ad3d commit 6bfc651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.github.docker-java</groupId>
1111
<artifactId>docker-java</artifactId>
1212
<packaging>bundle</packaging>
13-
<version>3.1.0-SNAPSHOT</version>
13+
<version>3.1.0-rc-6</version>
1414

1515
<name>docker-java</name>
1616
<url>https://github.com/docker-java/docker-java</url>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:git@github.com:docker-java/docker-java.git</connection>
2929
<url>git@github.com:docker-java/docker-java.git</url>
3030
<developerConnection>scm:git:git@github.com:docker-java/docker-java.git</developerConnection>
31-
<tag>HEAD</tag>
31+
<tag>3.1.0-rc-6</tag>
3232
</scm>
3333

3434
<developers>
@@ -512,7 +512,7 @@
512512
<plugin>
513513
<groupId>org.codehaus.mojo</groupId>
514514
<artifactId>findbugs-maven-plugin</artifactId>
515-
<version>3.0.3</version>
515+
<version>3.0.5</version>
516516
<configuration>
517517
<effort>Max</effort>
518518
<threshold>Low</threshold>

0 commit comments

Comments
 (0)