You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/11/23 02:27:06 UTC

[hbase-thirdparty] branch master updated: HBASE-27505 [hbase-thirdparty] Set updatePomFile for maven-flatten-plugin (#97)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f26db5  HBASE-27505 [hbase-thirdparty] Set updatePomFile for maven-flatten-plugin (#97)
6f26db5 is described below

commit 6f26db528261004da33a2136923af6ec62d95692
Author: LiangJun He <20...@163.com>
AuthorDate: Wed Nov 23 10:27:02 2022 +0800

    HBASE-27505 [hbase-thirdparty] Set updatePomFile for maven-flatten-plugin (#97)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 92f5171..329000d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,6 +356,7 @@
         <version>1.3.0</version>
         <configuration>
           <embedBuildProfileDependencies>true</embedBuildProfileDependencies>
+          <updatePomFile>true</updatePomFile>
         </configuration>
         <executions>
           <!-- enable flattening -->