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 2023/04/28 03:38:21 UTC

[hbase] branch master updated: HBASE-27808 Change flatten mode for oss in our pom file (#5201)

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


The following commit(s) were added to refs/heads/master by this push:
     new a2cfa6822ae HBASE-27808 Change flatten mode for oss in our pom file (#5201)
a2cfa6822ae is described below

commit a2cfa6822ae84b0a87d5e90c5e588cb900852eba
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Fri Apr 28 05:38:15 2023 +0200

    HBASE-27808 Change flatten mode for oss in our pom file (#5201)
    
    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 1dd236d5955..7cbc82f9438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2140,6 +2140,7 @@
         <configuration>
           <embedBuildProfileDependencies>true</embedBuildProfileDependencies>
           <updatePomFile>true</updatePomFile>
+          <flattenMode>oss</flattenMode>
         </configuration>
         <executions>
           <!-- enable flattening -->