You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/05/17 14:22:35 UTC

[kyuubi-shaded] branch master updated: [KYUUBI-SHADED #12] Pin flatten-maven-plugin 1.5.0

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 e472d7a  [KYUUBI-SHADED #12] Pin flatten-maven-plugin 1.5.0
e472d7a is described below

commit e472d7a04a8602d87cc6224dbbdc2efc8dca0237
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed May 17 22:22:27 2023 +0800

    [KYUUBI-SHADED #12] Pin flatten-maven-plugin 1.5.0
    
    ### _Why are the changes needed?_
    
    ### _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/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #12 from pan3793/flatten.
    
    f7c09eb [Cheng Pan] Pin flatten-maven-plugin 1.5.0
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index d96d19d..28ed26d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@
 
         <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.spotless.version>2.30.0</maven.plugin.spotless.version>
         <maven.plugin.jacoco.version>0.8.7</maven.plugin.jacoco.version>
@@ -250,6 +251,12 @@
                     <version>${maven.plugin.shade.version}</version>
                 </plugin>
 
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>flatten-maven-plugin</artifactId>
+                    <version>${maven.plugin.flatten.version}</version>
+                </plugin>
+
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>