This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
The following commit(s) were added to refs/heads/master by this push: new d12ab8f [MCHECKSTYLE-439] Upgrade to Parent 40 d12ab8f is described below commit d12ab8fb2338506b908003d715e0676138d02458 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Mon Jun 19 12:35:49 2023 +0200 [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 --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9ceb8c5..96bcfe4 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -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> @@ -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> @@ -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>