This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new b1953e877 [KYUUBI #5676] Bump Apache parent pom from 30 to 31
b1953e877 is described below
commit b1953e877be51874c3d2a6e3daa507c96eef9ea8
Author: Bowen Liang <[email protected]>
AuthorDate: Mon Nov 13 11:57:58 2023 +0800
[KYUUBI #5676] Bump Apache parent pom from 30 to 31
### _Why are the changes needed?_
- Apache parent pom version 31 release note:
https://github.com/apache/maven-apache-parent/releases/tag/apache-31
### _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
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
### _Was this patch authored or co-authored using generative AI tooling?_
Closes #5676 from bowenliang123/apache-parent-31.
Closes #5676
064fc9da8 [Bowen Liang] bump apache parent pom version from 30 to 31
Authored-by: Bowen Liang <[email protected]>
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 0917dfd21..fdb09c82c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>31</version>
</parent>
<groupId>org.apache.kyuubi</groupId>