This is an automated email from the ASF dual-hosted git repository.
shoothzj 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 2ee93553c Bump org.apache:apache from 31 to 33 (#4535)
2ee93553c is described below
commit 2ee93553c5c18c29e0f058e21f9926943b966e15
Author: Caimo <[email protected]>
AuthorDate: Sun Sep 29 09:41:50 2024 +0800
Bump org.apache:apache from 31 to 33 (#4535)
Co-authored-by: ZhangJian He <[email protected]>
Co-authored-by: QIURC <[email protected]>
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3cb1e8c3f..28e42707f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>31</version>
+ <version>33</version>
</parent>
@@ -37,9 +37,10 @@
<url>https://github.com/apache/servicecomb-java-chassis</url>
<properties>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
- <argLine>-Dfile.encoding=UTF-8</argLine>
<skip-remote-resource>true</skip-remote-resource>
<!-- plugin version start -->
<!-- sort by alpha -->
@@ -420,8 +421,6 @@
<version>${maven-compiler-plugin.version}</version>
<configuration>
<compilerArgument>-parameters</compilerArgument>
- <source>17</source>
- <target>17</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<!--<failOnWarning>true</failOnWarning>-->