Skip to content

Commit

Permalink
[MPMD-284] Upgrade parent to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Apr 11, 2019
1 parent 7649a42 commit e94be14
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ under the License.
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>31</version>
<relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
<version>33</version>
<relativePath />
</parent>

<artifactId>maven-pmd-plugin</artifactId>
Expand Down Expand Up @@ -85,7 +85,6 @@ under the License.
</distributionManagement>

<properties>
<surefire.version>2.21.0</surefire.version>
<mavenVersion>3.0</mavenVersion>
<doxiaVersion>1.7</doxiaVersion>
<!-- Because PMD 5.4+ requires Java 7 -->
Expand Down Expand Up @@ -339,25 +338,6 @@ under the License.
</plugins>
</build>
</profile>
<profile>
<id>jdk7</id>
<activation>
<jdk>1.7</jdk>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<mavenOpts>-Dhttps.protocols=TLSv1.2</mavenOpts>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>reporting</id>
<reporting>
Expand Down

0 comments on commit e94be14

Please sign in to comment.