You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2021/04/07 11:38:52 UTC

[bahir-flink] branch master updated: [BAHIR-270] Fix malformed artifactId (#122)

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

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 12ee9ca  [BAHIR-270] Fix malformed artifactId (#122)
12ee9ca is described below

commit 12ee9ca736e06189475939628572174322fbc49c
Author: yiksanchan <ev...@gmail.com>
AuthorDate: Wed Apr 7 04:38:43 2021 -0700

    [BAHIR-270] Fix malformed artifactId (#122)
---
 flink-connector-redis/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector-redis/pom.xml b/flink-connector-redis/pom.xml
index 43767ed..77d4393 100644
--- a/flink-connector-redis/pom.xml
+++ b/flink-connector-redis/pom.xml
@@ -28,7 +28,7 @@ under the License.
         <relativePath>..</relativePath>
     </parent>
 
-    <artifactId>flink-connector-redis_${scala.binary.version}</artifactId>
+    <artifactId>flink-connector-redis_2.11</artifactId>
     <name>flink-connector-redis</name>
 
     <packaging>jar</packaging>