This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 7e86a7b4 bump maven version to 3.9.11 (#1350)
7e86a7b4 is described below
commit 7e86a7b4c38de0558ee1b8cf8d0389fe80acb186
Author: cxzl25 <[email protected]>
AuthorDate: Sat Sep 27 20:13:16 2025 +0800
bump maven version to 3.9.11 (#1350)
* bump maven version to 3.9.11
* maven-compiler-plugin version
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 36b7b33f..9546bb0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<scalaVersion>2.12</scalaVersion>
<scalaLongVersion>2.12.17</scalaLongVersion>
<scalaJava8CompatVersion>1.0.2</scalaJava8CompatVersion>
- <maven.version>3.8.1</maven.version>
+ <maven.version>3.9.11</maven.version>
<maven.plugin.scala.version>4.9.2</maven.plugin.scala.version>
<maven.plugin.scalatest.version>2.2.0</maven.plugin.scalatest.version>
<maven.plugin.scalatest.exclude.tags />
@@ -263,7 +263,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven.version}</version>
+ <version>3.14.1</version>
<configuration>
<source>${javaVersion}</source>
<target>${javaVersion}</target>