1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Update build machinery.

* Tycho 0.26.0 -> 1.0.0
* Resources 2.7 -> 3.0.2
* Findbugs 3.0.3 -> 3.0.4
* PMD 3.6 -> 3.7

Change-Id: Ia5fd89eb219761b2a1adb6f41c3c0de867f16eec
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2017-02-14 11:26:58 +02:00
parent 8b8a9babc5
commit 0435f27589

View file

@ -14,7 +14,7 @@
<packaging>pom</packaging>
<properties>
<tycho-version>0.26.0</tycho-version>
<tycho-version>1.0.0</tycho-version>
</properties>
<licenses>
@ -259,7 +259,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<version>3.0.2</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
@ -272,7 +272,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>
@ -288,7 +288,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.6</version>
<version>3.7</version>
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>