Skip to content

Commit 690dcbe

Browse files
authored
[MPMD-366] Update parent pom to 39 (#118)
* update to parent pom 39
1 parent 2530d84 commit 690dcbe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2229
-3199
lines changed

pom.xml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
2-
1+
<?xml version="1.0" encoding="UTF-8"?>
32
<!--
43
Licensed to the Apache Software Foundation (ASF) under one
54
or more contributor license agreements. See the NOTICE file
@@ -18,14 +17,13 @@ KIND, either express or implied. See the License for the
1817
specific language governing permissions and limitations
1918
under the License.
2019
-->
21-
2220
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
26-
<artifactId>maven-plugins</artifactId>
2724
<groupId>org.apache.maven.plugins</groupId>
28-
<version>37</version>
25+
<artifactId>maven-plugins</artifactId>
26+
<version>39</version>
2927
<relativePath />
3028
</parent>
3129

@@ -34,11 +32,9 @@ under the License.
3432
<packaging>maven-plugin</packaging>
3533

3634
<name>Apache Maven PMD Plugin</name>
37-
<description>
38-
A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
35+
<description>A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
3936
fragments,
40-
as well as being able to fail the build based on these metrics.
41-
</description>
37+
as well as being able to fail the build based on these metrics.</description>
4238
<inceptionYear>2005</inceptionYear>
4339

4440
<contributors>
@@ -66,8 +62,8 @@ under the License.
6662
<scm>
6763
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</connection>
6864
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</developerConnection>
69-
<url>https://github.com/apache/maven-pmd-plugin/tree/${project.scm.tag}</url>
7065
<tag>HEAD</tag>
66+
<url>https://github.com/apache/maven-pmd-plugin/tree/${project.scm.tag}</url>
7167
</scm>
7268
<issueManagement>
7369
<system>JIRA</system>
@@ -88,7 +84,8 @@ under the License.
8884
<mavenVersion>3.2.5</mavenVersion>
8985
<doxiaVersion>1.12.0</doxiaVersion>
9086
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
91-
<javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
87+
<javaVersion>8</javaVersion>
88+
<!-- Because PMD 6.35.0+ requires Java 8 -->
9289
<pmdVersion>6.55.0</pmdVersion>
9390
<slf4jVersion>1.7.36</slf4jVersion>
9491
<aetherVersion>1.0.0.v20140518</aetherVersion>
@@ -357,11 +354,11 @@ under the License.
357354
</configuration>
358355
<executions>
359356
<execution>
360-
<phase>generate-sources</phase>
361357
<goals>
362358
<goal>java</goal>
363359
<goal>xpp3-reader</goal>
364360
</goals>
361+
<phase>generate-sources</phase>
365362
</execution>
366363
</executions>
367364
</plugin>
@@ -379,10 +376,10 @@ under the License.
379376
<executions>
380377
<execution>
381378
<id>check-java-1.8-compat</id>
382-
<phase>process-classes</phase>
383379
<goals>
384380
<goal>check</goal>
385381
</goals>
382+
<phase>process-classes</phase>
386383
</execution>
387384
</executions>
388385
</plugin>

0 commit comments

Comments
 (0)