Skip to content

Commit

Permalink
Revert version update of spotbugs for now, because the new spotbugs
Browse files Browse the repository at this point in the history
finds additional issues that cause the build to fail. Revert this change
once those issues are fixed.

Change-Id: I6a31625102007f6d20c520dae69d46d21bf50a24
Signed-off-by: Leif Geiger <leif.geiger@yatta.de>
  • Loading branch information
l3-g5 committed Nov 25, 2020
1 parent e5e83cd commit 2a70fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.1.3</version>
<version>3.1.12.2</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>
Expand Down

0 comments on commit 2a70fa0

Please sign in to comment.