Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2020-10-17 12:23:19 +0000
committerAndrey Loskutov2020-10-17 13:53:25 +0000
commit9a2fee4ec6a453e69db4f496ea2b2be237a61e41 (patch)
tree4444b8bb0a2fc47e8cc16ec30cb5c4288b4def71
parente3c2f0275f00da58bde97d3187bd611396387c62 (diff)
downloadeclipse.platform.releng.aggregator-9a2fee4ec6a453e69db4f496ea2b2be237a61e41.tar.gz
eclipse.platform.releng.aggregator-9a2fee4ec6a453e69db4f496ea2b2be237a61e41.tar.xz
eclipse.platform.releng.aggregator-9a2fee4ec6a453e69db4f496ea2b2be237a61e41.zip
Revert "Fix jdt.ui spotbugs build", Maven plugin ist not available yet
This reverts commit e3c2f0275f00da58bde97d3187bd611396387c62. Reason for revert: 4.1.4 is not yet on Maven central Change-Id: Iab2fe3919a50c7d0da3ff136808f4c8aa4c56af2
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 6eb711ff9..bcce35bd0 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -1136,7 +1136,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.1.4</version>
+ <version>4.0.4</version>
<configuration>
<targetJDK>${java.version}</targetJDK>
<xmlOutput>true</xmlOutput>

Back to the top