This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 2d453dc48c9ccdda48a4cd2255b14ca71ca484fa Author: Tung Tran <[email protected]> AuthorDate: Wed Jul 19 11:34:38 2023 +0700 [UPGRADE] - Maven maven-compiler-plugin 3.8.1 -> 3.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d6d7a38d8..0d9ede0157 100644 --- a/pom.xml +++ b/pom.xml @@ -3137,7 +3137,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.11.0</version> <configuration> <optimize>true</optimize> <source>${target.jdk}</source> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
