Skip to content

Commit

Permalink
[MNG-7428] Upgrade Maven Parent to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Mar 3, 2022
1 parent f0caf9c commit 572d526
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34</version>
<version>35</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -487,12 +487,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<!-- Remove when Apache Parent 25 is used -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down Expand Up @@ -632,6 +626,13 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 572d526

Please sign in to comment.