This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 23969abc1 Update maven-enforcer-plugin to 3.1.0 new a97ee9e9c Merge pull request #591 from sepe81/patch-1 23969abc1 is described below commit 23969abc196b27adb1ad606b2fd7db6fbd5ec0d1 Author: Sebastian Peters <sebastian.pet...@gmail.com> AuthorDate: Wed Aug 24 22:54:37 2022 +0200 Update maven-enforcer-plugin to 3.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ddf08f831..63dddbc80 100644 --- a/pom.xml +++ b/pom.xml @@ -392,7 +392,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0-M3</version> + <version>3.1.0</version> <executions> <execution> <id>enforce</id>