You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2017/11/10 19:06:49 UTC

kafka git commit: MINOR: Remove note in docs that is no longer required

Repository: kafka
Updated Branches:
  refs/heads/0.11.0 1321d8948 -> f2e7e64f8


MINOR: Remove note in docs that is no longer required

Author: Rajini Sivaram <ra...@googlemail.com>

Reviewers: Guozhang Wang <wa...@gmail.com>, Ismael Juma <is...@juma.me.uk>

Closes #4203 from rajinisivaram/version-update-01102


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

Branch: refs/heads/0.11.0
Commit: f2e7e64f89f2a4a57c43683d627799b139b6927b
Parents: 1321d89
Author: Rajini Sivaram <ra...@googlemail.com>
Authored: Fri Nov 10 19:06:26 2017 +0000
Committer: Rajini Sivaram <ra...@googlemail.com>
Committed: Fri Nov 10 19:06:26 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/f2e7e64f/docs/streams/tutorial.html
----------------------------------------------------------------------
diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html
index f95eddc..78db8eb 100644
--- a/docs/streams/tutorial.html
+++ b/docs/streams/tutorial.html
@@ -62,8 +62,6 @@
     </pre>
 
     <p>
-        <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>