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

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 9055b2f65d [HUDI-4632] Remove the force active property for flink1.14 
profile (#6415)
9055b2f65d is described below

commit 9055b2f65d670c2b153c7492ca323188b84c3362
Author: Danny Chan <[email protected]>
AuthorDate: Wed Aug 17 14:22:10 2022 +0800

    [HUDI-4632] Remove the force active property for flink1.14 profile (#6415)
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 54be08f6c0..66a9335937 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1860,8 +1860,6 @@
         <activeByDefault>true</activeByDefault>
         <property>
           <name>flink1.14</name>
-          <!-- add flink1.14 module to all profile -->
-          <value>!disabled</value>
         </property>
       </activation>
     </profile>

Reply via email to