This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 0ddecee95 [KYUUBI #6571] Bump apache parent pom from 31 to 33
0ddecee95 is described below
commit 0ddecee95d77cf225c514bcf0ee0cdebb5bf7155
Author: Bowen Liang <[email protected]>
AuthorDate: Wed Aug 7 08:48:02 2024 +0800
[KYUUBI #6571] Bump apache parent pom from 31 to 33
# :mag: Description
## Issue References ๐
This pull request fixes #
## Describe Your Solution ๐ง
- bump apache parent pom from 31 to 33:
- 32: https://github.com/apache/maven-apache-parent/releases/tag/apache-32
- [[MPOM-264](https://issues.apache.org/jira/browse/MPOM-264)] -
Parameterize maven-compiler-plugin with parameter "release" when running on JDK
9+
- 33: https://github.com/apache/maven-apache-parent/releases/tag/apache-33
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6571 from bowenliang123/mvn-parent-33.
Closes #6571
bb367efdf [Bowen Liang] bump parent pom to 33
Authored-by: Bowen Liang <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
(cherry picked from commit 38069464a0ecb0b1d9bfb34d49f775dd02aca12e)
Signed-off-by: Bowen Liang <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 041efa61d..46457493e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>31</version>
+ <version>33</version>
</parent>
<groupId>org.apache.kyuubi</groupId>