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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kudu.git

commit 5a1da3182cbf2c2afc0800a9da750c031a9915b2
Author: Joao Boto <b...@boto.pro>
AuthorDate: Wed Jul 6 16:42:06 2022 +0200

    [BAHIR-308] Remove support for scala 2.11
---
 flink-connector-kudu/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-connector-kudu/pom.xml b/flink-connector-kudu/pom.xml
index fd485d5..20b16b4 100644
--- a/flink-connector-kudu/pom.xml
+++ b/flink-connector-kudu/pom.xml
@@ -20,12 +20,12 @@
 
   <parent>
     <groupId>org.apache.bahir</groupId>
-    <artifactId>bahir-flink-parent_2.11</artifactId>
+    <artifactId>bahir-flink-parent_2.12</artifactId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <artifactId>flink-connector-kudu_2.11</artifactId>
+  <artifactId>flink-connector-kudu_2.12</artifactId>
   <packaging>jar</packaging>
 
   <name>flink-connector-kudu</name>

Reply via email to