This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git
The following commit(s) were added to refs/heads/master by this push:
new 85395eb [KYUUBI-SHADED #57] Bump Maven 3.9.9 and related plugins
85395eb is described below
commit 85395eb9afc85a9ca2a3c85efa225a1880d49c78
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Apr 14 14:11:01 2025 +0800
[KYUUBI-SHADED #57] Bump Maven 3.9.9 and related plugins
### _Why are the changes needed?_
Regular upgrading, aligns with Kyuubi main repo.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #57 from pan3793/mvn.
fb0c0fb [Cheng Pan] Bump Maven 3.9.9 and related plugins
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index ad18d71..928afc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>29</version>
+ <version>33</version>
</parent>
<groupId>org.apache.kyuubi</groupId>
@@ -85,21 +85,21 @@
</distributionManagement>
<properties>
- <java.version>1.8</java.version>
- <maven.version>3.8.8</maven.version>
+ <java.version>8</java.version>
+ <maven.version>3.9.9</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.plugin.build.helper.version>3.3.0</maven.plugin.build.helper.version>
-
<maven.plugin.enforcer.mojo.rules.version>1.6.1</maven.plugin.enforcer.mojo.rules.version>
- <maven.plugin.flatten.version>1.5.0</maven.plugin.flatten.version>
- <maven.plugin.surefire.version>3.0.0-M8</maven.plugin.surefire.version>
+
<maven.plugin.enforcer.mojo.rules.version>1.8.0</maven.plugin.enforcer.mojo.rules.version>
+ <maven.plugin.flatten.version>1.6.0</maven.plugin.flatten.version>
+ <maven.plugin.surefire.version>3.2.1</maven.plugin.surefire.version>
<maven.plugin.spotless.version>2.30.0</maven.plugin.spotless.version>
- <maven.plugin.jacoco.version>0.8.7</maven.plugin.jacoco.version>
+ <maven.plugin.jacoco.version>0.8.11</maven.plugin.jacoco.version>
<maven.plugin.os.version>1.7.1</maven.plugin.os.version>
- <maven.plugin.shade.version>3.4.1</maven.plugin.shade.version>
+ <maven.plugin.shade.version>3.5.2</maven.plugin.shade.version>
<!-- Needed for consistent times -->
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss
z</maven.build.timestamp.format>
@@ -472,10 +472,10 @@
<profile>
<id>java-8</id>
<activation>
- <jdk>1.8</jdk>
+ <jdk>8</jdk>
</activation>
<properties>
- <java.version>1.8</java.version>
+ <java.version>8</java.version>
</properties>
</profile>