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.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ec120d89 [KYUUBI #4966] Bump Apache parent pom from 29 to 30
2ec120d89 is described below

commit 2ec120d89a43b6c1ae127aed442fb9b47b7b9132
Author: liangbowen <[email protected]>
AuthorDate: Thu Jun 15 15:56:42 2023 +0800

    [KYUUBI #4966] Bump Apache parent pom from 29 to 30
    
    ### _Why are the changes needed?_
    
    - Apache parent POM version 30 release note: 
https://github.com/apache/maven-apache-parent/releases/tag/apache-30
    - remove `maven.plugin.surefire.version` property and bump the surefire 
plugin from 3.0.0-M8 to 3.1.2
    
    ### _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 #4966 from bowenliang123/parent-pom-30.
    
    Closes #4966
    
    970e48584 [liangbowen] Bump Apache parent pom from 29 to 30
    
    Authored-by: liangbowen <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index da883e207..7eaa09b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>29</version>
+        <version>30</version>
     </parent>
 
     <groupId>org.apache.kyuubi</groupId>
@@ -229,7 +229,6 @@
         
<maven.plugin.enforcer.mojo.rules.version>1.6.1</maven.plugin.enforcer.mojo.rules.version>
         <maven.plugin.frontend.version>1.12.1</maven.plugin.frontend.version>
         <maven.plugin.scala.version>4.8.0</maven.plugin.scala.version>
-        <maven.plugin.surefire.version>3.0.0-M8</maven.plugin.surefire.version>
         <maven.plugin.scalatest.version>2.2.0</maven.plugin.scalatest.version>
         
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
         
<maven.plugin.scalatest.include.tags></maven.plugin.scalatest.include.tags>
@@ -1694,7 +1693,6 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>${maven.plugin.surefire.version}</version>
                     <configuration>
                         <skipTests>true</skipTests>
                         <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>

Reply via email to