mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-10 10:35:23 +02:00
Update Maven plugins.
Tycho to 1.3.0 PMD to 3.11 Change-Id: I6d82ad8d72d6c003b440f474eed66273221655be Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
5c6c2c6380
commit
3bae6cbcd9
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -14,8 +14,8 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<tycho-version>1.2.0</tycho-version>
|
||||
<tycho-extras-version>1.2.0</tycho-extras-version>
|
||||
<tycho-version>1.3.0</tycho-version>
|
||||
<tycho-extras-version>1.3.0</tycho-extras-version>
|
||||
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
|
||||
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
|
||||
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
|
||||
|
@ -338,7 +338,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.10.0</version>
|
||||
<version>3.11.0</version>
|
||||
<configuration>
|
||||
<sourceEncoding>utf-8</sourceEncoding>
|
||||
<minimumTokens>100</minimumTokens>
|
||||
|
|
Loading…
Add table
Reference in a new issue