1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Partially revert "[releng] update maven dependency versions"

The cdt-sonar build broke with the newer sonar plug-in.

This reverts commit 9394a679c5.

Change-Id: I6a9cf671dfbef16a9cd22567d37a3c13f1f91f36
This commit is contained in:
Jonah Graham 2018-03-20 09:33:06 +00:00
parent 06273ad9fb
commit ca4d434b06

View file

@ -477,13 +477,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<!-- Newer versions are not compatible with SonarQube running at Eclipse.
Check version requirements here:
https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Maven#AnalyzingwithSonarQubeScannerforMaven-Compatibility
And version of sonar @ eclipse here:
https://sonar.eclipse.org/
-->
<version>3.3.0.603</version>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>