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:
parent
06273ad9fb
commit
ca4d434b06
1 changed files with 1 additions and 7 deletions
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue