mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
Fix sonar plug-in version due to problem with most recent version.
Change-Id: Id4d6c41019adc633aeef668c89af9f9c1995e832
This commit is contained in:
parent
a583190f52
commit
26f81215ac
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -296,6 +296,11 @@
|
|||
</profiles>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>sonar-maven-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-maven-plugin</artifactId>
|
||||
|
|
Loading…
Add table
Reference in a new issue