This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 64ad8e8 [SCB-2427] upgrade maven compiler plugin version to 3.10.1
(#2744)
64ad8e8 is described below
commit 64ad8e8669376c5fae0111750a19eec830bc547a
Author: ZhangJian He <[email protected]>
AuthorDate: Thu Mar 24 12:03:28 2022 +0800
[SCB-2427] upgrade maven compiler plugin version to 3.10.1 (#2744)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4fec646..fa1685c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -362,7 +362,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.10.1</version>
<configuration>
<compilerArgument>-parameters</compilerArgument>
<source>1.8</source>