1
0
Fork 0
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:
Jeff Johnston 2017-05-08 16:58:56 -04:00
parent a583190f52
commit 26f81215ac

View file

@ -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>