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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 07f39b350 [Improve] remove profile flink-1.15 (#2686)
07f39b350 is described below

commit 07f39b350aae5ac6663a01ea727ec232a084198a
Author: zhoulii <[email protected]>
AuthorDate: Sun Apr 23 15:24:55 2023 +0800

    [Improve] remove profile flink-1.15 (#2686)
    
    Co-authored-by: zhoulii <[email protected]>
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 51aae97ae..578d4cacd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -751,16 +751,6 @@
     </build>
 
     <profiles>
-        <profile>
-            <id>flink-1.15</id>
-            <properties>
-                
<streampark.flink.shims.version>1.15</streampark.flink.shims.version>
-                <flink.version>1.15.0</flink.version>
-                <scala.binary.flink.version />
-                
<flink.table.uber.artifact.id>flink-table-api-java-uber</flink.table.uber.artifact.id>
-            </properties>
-        </profile>
-
         <profile>
             <id>scala-2.11</id>
             <properties>

Reply via email to