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

samaitra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 15a5da5  IGNITE-12951 Update documents for migrated extensions - Fixes 
#8488.
15a5da5 is described below

commit 15a5da500c08948ee081533af97a9f1c2c8330f8
Author: samaitra <saikat.mai...@gmail.com>
AuthorDate: Thu Nov 26 14:16:27 2020 -0600

    IGNITE-12951 Update documents for migrated extensions - Fixes #8488.
    
    Signed-off-by: samaitra <saikat.mai...@gmail.com>
---
 .../_docs/extensions-and-integrations/streaming/camel-streamer.adoc | 6 +++---
 .../_docs/extensions-and-integrations/streaming/flink-streamer.adoc | 6 +++---
 docs/_docs/extensions-and-integrations/streaming/flume-sink.adoc    | 2 +-
 docs/_docs/extensions-and-integrations/streaming/jms-streamer.adoc  | 4 ++--
 .../_docs/extensions-and-integrations/streaming/kafka-streamer.adoc | 6 +++---
 docs/_docs/extensions-and-integrations/streaming/mqtt-streamer.adoc | 2 +-
 .../extensions-and-integrations/streaming/rocketmq-streamer.adoc    | 6 +++---
 .../_docs/extensions-and-integrations/streaming/storm-streamer.adoc | 6 +++---
 .../extensions-and-integrations/streaming/twitter-streamer.adoc     | 6 +++---
 .../extensions-and-integrations/streaming/zeromq-streamer.adoc      | 4 ++--
 10 files changed, 24 insertions(+), 24 deletions(-)

diff --git 
a/docs/_docs/extensions-and-integrations/streaming/camel-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/camel-streamer.adoc
index 8734d81..a421293 100644
--- a/docs/_docs/extensions-and-integrations/streaming/camel-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/camel-streamer.adoc
@@ -43,7 +43,7 @@ to interact with Ignite Caches, Compute, Events, Messaging, 
etc. from within a C
 
 == Maven Dependency
 
-To make use of the `ignite-camel` streamer, you need to add the following 
dependency:
+To make use of the `ignite-camel-ext` streamer, you need to add the following 
dependency:
 
 [tabs]
 --
@@ -52,8 +52,8 @@ tab:pom.xml[]
 ----
 <dependency>
     <groupId>org.apache.ignite</groupId>
-    <artifactId>ignite-camel</artifactId>
-    <version>${ignite.version}</version>
+    <artifactId>ignite-camel-ext</artifactId>
+    <version>${ignite-camel-ext.version}</version>
 </dependency>
 ----
 --
diff --git 
a/docs/_docs/extensions-and-integrations/streaming/flink-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/flink-streamer.adoc
index f25ed05..92ab398 100644
--- a/docs/_docs/extensions-and-integrations/streaming/flink-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/flink-streamer.adoc
@@ -21,7 +21,7 @@ Starting data transfer to Ignite cache can be done with the 
following steps.
 
 . Import Ignite Flink Sink Module in Maven Project
 If you are using Maven to manage dependencies of your project, you can add 
Flink module
-dependency like this (replace `${ignite.version}` with actual Ignite version 
you are
+dependency like this (replace `${ignite-flink-ext.version}` with actual Ignite 
Flink Extension version you are
 interested in):
 +
 [tabs]
@@ -38,8 +38,8 @@ tab:pom.xml[]
         ...
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-flink</artifactId>
-            <version>${ignite.version}</version>
+            <artifactId>ignite-flink-ext</artifactId>
+            <version>${ignite-flink-ext.version}</version>
         </dependency>
         ...
     </dependencies>
diff --git a/docs/_docs/extensions-and-integrations/streaming/flume-sink.adoc 
b/docs/_docs/extensions-and-integrations/streaming/flume-sink.adoc
index 97a741d..3697c7c 100644
--- a/docs/_docs/extensions-and-integrations/streaming/flume-sink.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/flume-sink.adoc
@@ -41,7 +41,7 @@ plugins.d/
  `-- libext
      |-- cache-api-1.0.0.jar
      |-- ignite-core-x.x.x.jar
-     |-- ignite-flume-x.x.x.jar <-- IgniteSink
+     |-- ignite-flume-ext.x.x.x.jar <-- IgniteSink
      |-- ignite-spring-x.x.x.jar
      |-- spring-aop-4.1.0.RELEASE.jar
      |-- spring-beans-4.1.0.RELEASE.jar
diff --git a/docs/_docs/extensions-and-integrations/streaming/jms-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/jms-streamer.adoc
index 5c7c883..b3f9be9 100644
--- a/docs/_docs/extensions-and-integrations/streaming/jms-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/jms-streamer.adoc
@@ -116,8 +116,8 @@ tab:pom.xml[]
 ----
 <dependency>
     <groupId>org.apache.ignite</groupId>
-    <artifactId>ignite-jms11</artifactId>
-    <version>${ignite.version}</version>
+    <artifactId>ignite-jms11-ext</artifactId>
+    <version>${ignite-jms11-ext.version}</version>
 </dependency>
 ----
 --
diff --git 
a/docs/_docs/extensions-and-integrations/streaming/kafka-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/kafka-streamer.adoc
index f00946a..a45fa4d 100644
--- a/docs/_docs/extensions-and-integrations/streaming/kafka-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/kafka-streamer.adoc
@@ -153,7 +153,7 @@ http://node1:8080/ignite?cmd=size&cacheName=cache1
 == Streaming data with Ignite Kafka Streamer Module
 
 If you are using Maven to manage dependencies of your project, first of all 
you will have to add Kafka Streamer module
-dependency like this (replace `${ignite.version}` with actual Ignite version 
you are interested in):
+dependency like this (replace `${ignite-kafka-ext.version}` with actual Ignite 
Kafka Extension version you are interested in):
 
 [tabs]
 --
@@ -169,8 +169,8 @@ tab:pom.xml[]
         ...
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-kafka</artifactId>
-            <version>${ignite.version}</version>
+            <artifactId>ignite-kafka-ext</artifactId>
+            <version>${ignite-kafka-ext.version}</version>
         </dependency>
         ...
     </dependencies>
diff --git 
a/docs/_docs/extensions-and-integrations/streaming/mqtt-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/mqtt-streamer.adoc
index f7ec04c..1339c97 100644
--- a/docs/_docs/extensions-and-integrations/streaming/mqtt-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/mqtt-streamer.adoc
@@ -73,4 +73,4 @@ streamer.start();
 ----
 --
 
-Refer to the Javadocs of the `ignite-mqtt` module for more info on the 
available options.
+Refer to the Javadocs of the `ignite-mqtt-ext` module for more info on the 
available options.
diff --git 
a/docs/_docs/extensions-and-integrations/streaming/rocketmq-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/rocketmq-streamer.adoc
index 4f7dcbb..a302ca7 100644
--- a/docs/_docs/extensions-and-integrations/streaming/rocketmq-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/rocketmq-streamer.adoc
@@ -20,7 +20,7 @@ to Ignite.
 To use Ignite RocketMQ Streamer module
 
 . Import it to your Maven project. If you are using Maven to manage 
dependencies of your project, you can add an Ignite
-RocketMQ module dependency like this (replace `${ignite.version}` with actual 
Ignite version you are interested in):
+RocketMQ module dependency like this (replace `${ignite-rocketmq-ext.version}` 
with actual Ignite RocketMQ Extension version you are interested in):
 +
 [tabs]
 --
@@ -36,8 +36,8 @@ tab:pom.xml[]
         ...
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-rocketmq</artifactId>
-            <version>${ignite.version}</version>
+            <artifactId>ignite-rocketmq-ext</artifactId>
+            <version>${ignite-rocketmq-ext.version}</version>
         </dependency>
         ...
     </dependencies>
diff --git 
a/docs/_docs/extensions-and-integrations/streaming/storm-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/storm-streamer.adoc
index e6871b7..887712e 100644
--- a/docs/_docs/extensions-and-integrations/streaming/storm-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/storm-streamer.adoc
@@ -19,7 +19,7 @@ Apache Ignite Storm Streamer module provides streaming via 
http://storm.apache.o
 Starting data transfer to Ignite can be done with the following steps.
 
 . Import Ignite Storm Streamer Module In Maven Project. If you are using Maven 
to manage dependencies of your project,
-you can add Storm module dependency like this (replace `${ignite.version}` 
with actual Ignite version you are interested in):
+you can add Storm module dependency like this (replace 
`${ignite-storm-ext.version}` with actual Ignite Storm Extension version you 
are interested in):
 +
 [tabs]
 --
@@ -35,8 +35,8 @@ tab:pom.xml[]
         ...
         <dependency>
             <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-storm</artifactId>
-            <version>${ignite.version}</version>
+            <artifactId>ignite-storm-ext</artifactId>
+            <version>${ignite-storm-ext.version}</version>
         </dependency>
         ...
     </dependencies>
diff --git 
a/docs/_docs/extensions-and-integrations/streaming/twitter-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/twitter-streamer.adoc
index 8c6e657..4f47c60 100644
--- a/docs/_docs/extensions-and-integrations/streaming/twitter-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/twitter-streamer.adoc
@@ -18,7 +18,7 @@ Ignite Twitter Streamer module consumes tweets from Twitter 
and feeds the transf
 
 To stream data from Twitter into Ignite, you need to:
 
-. Import Ignite Twitter Module with Maven and replace `${ignite.version}` with 
the actual Ignite version you are interested in.
+. Import Ignite Twitter Module with Maven and replace 
`${ignite-twitter-ext.version}` with the actual Ignite Twitter Extension 
version you are interested in.
 +
 [tabs]
 --
@@ -27,8 +27,8 @@ tab:pom.xml[]
 ----
 <dependency>
   <groupId>org.apache.ignite</groupId>
-  <artifactId>ignite-twitter</artifactId>
-  <version>${ignite.version}</version>
+  <artifactId>ignite-twitter-ext</artifactId>
+  <version>${ignite-twitter-ext.version}</version>
 </dependency>
 ----
 --
diff --git 
a/docs/_docs/extensions-and-integrations/streaming/zeromq-streamer.adoc 
b/docs/_docs/extensions-and-integrations/streaming/zeromq-streamer.adoc
index 9432624..918c0e8 100644
--- a/docs/_docs/extensions-and-integrations/streaming/zeromq-streamer.adoc
+++ b/docs/_docs/extensions-and-integrations/streaming/zeromq-streamer.adoc
@@ -29,8 +29,8 @@ tab:pom.xml[]
     ...
     <dependency>
         <groupId>org.apache.ignite</groupId>
-        <artifactId>ignite-zeromq</artifactId>
-        <version>${ignite.version}</version>
+        <artifactId>ignite-zeromq-ext</artifactId>
+        <version>${ignite-zeromq-ext.version}</version>
     </dependency>
     ...
 </dependencies>

Reply via email to