Repository: kafka
Updated Branches:
  refs/heads/0.11.0 b95a6bf61 -> 1c9581e2e


MINOR: update docs to add note about removing SNAPSHOT from streams dependency

Author: Damian Guy <damian....@gmail.com>

Reviewers: Michael G. Noll <mich...@cofluent.io>, Ismael Juma 
<ism...@juma.me.uk>

Closes #3858 from dguy/docs


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/1c9581e2
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/1c9581e2
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/1c9581e2

Branch: refs/heads/0.11.0
Commit: 1c9581e2e9bb4a05dc2e25b4262272cfa1a4b470
Parents: b95a6bf
Author: Damian Guy <damian....@gmail.com>
Authored: Thu Sep 14 14:10:10 2017 +0100
Committer: Damian Guy <damian....@gmail.com>
Committed: Thu Sep 14 14:10:10 2017 +0100

----------------------------------------------------------------------
 docs/streams/tutorial.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/1c9581e2/docs/streams/tutorial.html
----------------------------------------------------------------------
diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html
index a1520de..f95eddc 100644
--- a/docs/streams/tutorial.html
+++ b/docs/streams/tutorial.html
@@ -62,8 +62,9 @@
     </pre>
 
     <p>
-        The <code>pom.xml</code> file included in the project already has the 
Streams dependency defined,
-        and there are already several example programs written with Streams 
library under <code>src/main/java</code>.
+        <strong>Important:</strong> You must manually update the setting of 
<code>&lt;kafka.version&gt;</code> in the generated <code>pom.xml</code> file 
from <code>0.11.0.1-SNAPSHOT</code> to <code>0.11.0.1</code>.
+        <strong>Note:</strong> in the next release the above step will not be 
required.
+        There are already several example programs written with Streams 
library under <code>src/main/java</code>.
         Since we are going to start writing such programs from scratch, we can 
now delete these examples:
     </p>
 

Reply via email to