This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-jspf.git
commit 4c2a1cfb3319dc9d01a700d26f0dc9bf80fd9bb0 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Mon Sep 9 14:32:21 2019 +0700 JSPF-103 Upgrade maven-compiler-plugin to 3.8.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5bfca5a..8e885e2 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.0</version> + <version>3.8.1</version> <configuration> <optimize>true</optimize> <source>${target.jdk}</source> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org