This is an automated email from the ASF dual-hosted git repository.
zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new 67fb2add81 [MINOR] Use flink-113 as default profile (#4566)
67fb2add81 is described below
commit 67fb2add819eed6a13bcc1608e69ae59f8f8c323
Author: Jeff Zhang <[email protected]>
AuthorDate: Fri Feb 17 22:06:27 2023 +0800
[MINOR] Use flink-113 as default profile (#4566)
---
flink/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/flink/pom.xml b/flink/pom.xml
index c0e17389c3..1939c1ccb4 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -79,6 +79,9 @@
<profile>
<id>flink-113</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<modules>
<module>flink-scala-2.11</module>
<module>flink-scala-2.12</module>