Skip to content

Commit

Permalink
Update SpotBugs plugin to a active repo
Browse files Browse the repository at this point in the history
  • Loading branch information
varunnvs92 committed Feb 22, 2018
1 parent 799ecbb commit f9081fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@
</executions>
</plugin>
<plugin>
<groupId>com.github.hazendaz.spotbugs</groupId>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.0-RC4</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

<!-- Disable spotbugs for service clients to speed up the build. -->
<plugin>
<groupId>com.github.hazendaz.spotbugs</groupId>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
Expand Down

0 comments on commit f9081fc

Please sign in to comment.