mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Update Maven build machinery.
* Build helper maven plugin 1.12 -> 3.0.0 * Jacoco 0.7.7 -> 0.7.9 * Resources plugin 3.0.1 -> 3.0.2 * PMD pugin 3.6 -> 3.7 Change-Id: Ia98aaa4e7d4d9edb7ff27435da8fb1c8811ecd0c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
0046099052
commit
3744029d4e
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -386,7 +386,7 @@
|
|||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.7.8</version>
|
||||
<version>0.7.9</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>pre-test</id>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>1.12</version>
|
||||
<version>3.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-artifacts</id>
|
||||
|
|
Loading…
Add table
Reference in a new issue