You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2018/09/14 02:11:29 UTC

bahir-flink git commit: Correcting connector version in README.me

Repository: bahir-flink
Updated Branches:
  refs/heads/master 58c55f306 -> ca795cc74


Correcting connector version in README.me

Closes #28


Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/ca795cc7
Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/ca795cc7
Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/ca795cc7

Branch: refs/heads/master
Commit: ca795cc740aa7f57fd7c17c092f36be2610b4ca1
Parents: 58c55f3
Author: Anton Rudacov <33...@users.noreply.github.com>
Authored: Sat Jun 16 20:56:00 2018 +0200
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Sep 13 19:10:59 2018 -0700

----------------------------------------------------------------------
 flink-connector-activemq/README.md | 2 +-
 flink-connector-akka/README.md     | 2 +-
 flink-connector-flume/README.md    | 4 ++--
 flink-connector-influxdb/README.md | 4 ++--
 flink-connector-netty/README.md    | 2 +-
 flink-connector-redis/README.md    | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/ca795cc7/flink-connector-activemq/README.md
----------------------------------------------------------------------
diff --git a/flink-connector-activemq/README.md b/flink-connector-activemq/README.md
index 1266ad2..890be8b 100644
--- a/flink-connector-activemq/README.md
+++ b/flink-connector-activemq/README.md
@@ -6,7 +6,7 @@ To use this connector, add the following dependency to your project:
     <dependency>
       <groupId>org.apache.bahir</groupId>
       <artifactId>flink-connector-activemq_2.11</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
 
 *Version Compatibility*: This module is compatible with ActiveMQ 5.14.0.

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/ca795cc7/flink-connector-akka/README.md
----------------------------------------------------------------------
diff --git a/flink-connector-akka/README.md b/flink-connector-akka/README.md
index cc45f51..218cbe2 100644
--- a/flink-connector-akka/README.md
+++ b/flink-connector-akka/README.md
@@ -6,7 +6,7 @@ To use this connector, add the following dependency to your project:
     <dependency>
       <groupId>org.apache.bahir</groupId>
       <artifactId>flink-connector-akka_2.11</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     
 *Version Compatibility*: This module is compatible with Akka 2.0+.

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/ca795cc7/flink-connector-flume/README.md
----------------------------------------------------------------------
diff --git a/flink-connector-flume/README.md b/flink-connector-flume/README.md
index 69468ba..c7d7f67 100644
--- a/flink-connector-flume/README.md
+++ b/flink-connector-flume/README.md
@@ -6,7 +6,7 @@ following dependency to your project:
     <dependency>
       <groupId>org.apache.bahir</groupId>
       <artifactId>flink-connector-flume_2.11</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
 
 *Version Compatibility*: This module is compatible with Flume 1.5.0.
@@ -17,4 +17,4 @@ See how to link with them for cluster execution [here](https://ci.apache.org/pro
 To create a `FlumeSink` instantiate the following constructor:
 
     FlumeSink(String host, int port, SerializationSchema<IN> schema)
-    
\ No newline at end of file
+

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/ca795cc7/flink-connector-influxdb/README.md
----------------------------------------------------------------------
diff --git a/flink-connector-influxdb/README.md b/flink-connector-influxdb/README.md
index 0f9e477..7500feb 100644
--- a/flink-connector-influxdb/README.md
+++ b/flink-connector-influxdb/README.md
@@ -6,7 +6,7 @@ following dependency to your project:
     <dependency>
       <groupId>org.apache.bahir</groupId>
       <artifactId>flink-connector-influxdb_2.11</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
 
 *Version Compatibility*: This module is compatible with InfluxDB 1.3.x   
@@ -29,4 +29,4 @@ Follow the instructions from the [InfluxDB download page](https://portal.influxd
 
 See end-to-end examples at [InfluxDB Examples](https://github.com/apache/bahir-flink/tree/master/flink-connector-influxdb/examples)
 
-    
\ No newline at end of file
+

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/ca795cc7/flink-connector-netty/README.md
----------------------------------------------------------------------
diff --git a/flink-connector-netty/README.md b/flink-connector-netty/README.md
index eda5770..daa55fd 100644
--- a/flink-connector-netty/README.md
+++ b/flink-connector-netty/README.md
@@ -34,7 +34,7 @@ To use this connector, add the following dependency to your project:
 <dependency>
   <groupId>org.apache.bahir</groupId>
   <artifactId>flink-connector-netty_2.11</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.1-SNAPSHOT</version>
 </dependency>
 ```
 

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/ca795cc7/flink-connector-redis/README.md
----------------------------------------------------------------------
diff --git a/flink-connector-redis/README.md b/flink-connector-redis/README.md
index 87da6d3..6c8fada 100644
--- a/flink-connector-redis/README.md
+++ b/flink-connector-redis/README.md
@@ -7,7 +7,7 @@ following dependency to your project:
     <dependency>
       <groupId>org.apache.bahir</groupId>
       <artifactId>flink-connector-redis_2.11</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
 
 *Version Compatibility*: This module is compatible with Redis 2.8.5.