Skip to content

Commit d12ab8f

Browse files
cstamasmichael-o
authored andcommitted
[MCHECKSTYLE-439] Upgrade to Parent 40
Also, downgrade plexus plugin from 2.1.1 to 2.1.0 as 2.1.1 is known to be broken. This closes #123
1 parent b4c97c4 commit d12ab8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>39</version>
26+
<version>40</version>
2727
<relativePath />
2828
</parent>
2929

@@ -154,7 +154,7 @@ under the License.
154154
<dependency>
155155
<groupId>org.codehaus.plexus</groupId>
156156
<artifactId>plexus-component-annotations</artifactId>
157-
<version>2.1.1</version>
157+
<version>2.1.0</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.codehaus.plexus</groupId>
@@ -337,7 +337,7 @@ under the License.
337337
<plugin>
338338
<groupId>org.codehaus.plexus</groupId>
339339
<artifactId>plexus-component-metadata</artifactId>
340-
<version>2.1.1</version>
340+
<version>2.1.0</version>
341341
<executions>
342342
<execution>
343343
<goals>
@@ -357,7 +357,6 @@ under the License.
357357
<plugin>
358358
<groupId>org.apache.maven.plugins</groupId>
359359
<artifactId>maven-invoker-plugin</artifactId>
360-
<version>3.5.1</version>
361360
<configuration>
362361
<goals>
363362
<goal>clean</goal>

0 commit comments

Comments
 (0)