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 6593e8ba9d9 [minor] Fix flink 1.15 build profile (#7731)
6593e8ba9d9 is described below

commit 6593e8ba9d9ecb9ece628005810e47631bc65ead
Author: Danny Chan <[email protected]>
AuthorDate: Mon Jan 23 20:06:17 2023 +0800

    [minor] Fix flink 1.15 build profile (#7731)
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 62719abddd0..d83cbb00ae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2244,6 +2244,9 @@
     <profile>
       <id>flink1.15</id>
       <properties>
+        <flink.version>${flink1.15.version}</flink.version>
+        <hudi.flink.module>hudi-flink1.15.x</hudi.flink.module>
+        <flink.bundle.version>1.15</flink.bundle.version>
         <orc.flink.version>1.5.6</orc.flink.version>
       </properties>
       <activation>

Reply via email to