Skip to content

Commit

Permalink
[MCHECKSTYLE-439] Upgrade to Parent 40
Browse files Browse the repository at this point in the history
Also, downgrade plexus plugin from 2.1.1 to 2.1.0 as 2.1.1
is known to be broken.

This closes #123
  • Loading branch information
cstamas authored and michael-o committed Oct 21, 2023
1 parent b4c97c4 commit d12ab8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>39</version>
<version>40</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -154,7 +154,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>2.1.1</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down Expand Up @@ -337,7 +337,7 @@ under the License.
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.1.1</version>
<version>2.1.0</version>
<executions>
<execution>
<goals>
Expand All @@ -357,7 +357,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<goals>
<goal>clean</goal>
Expand Down

0 comments on commit d12ab8f

Please sign in to comment.