This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 719c96a310c0afa62d430588cf38e77523080fa2 Author: Andriy Redko <[email protected]> AuthorDate: Wed Jun 29 17:10:47 2022 -0400 Update maven-enforcer-plugin to 3.1.0 (cherry picked from commit 99049ddfca6a3dc00d820ec343515ee8b66160b7) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d4546231a..e81eda2c11 100644 --- a/pom.xml +++ b/pom.xml @@ -639,7 +639,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> <configuration> <rules> <requireJavaVersion>
