From 1c9581e2e9bb4a05dc2e25b4262272cfa1a4b470 Mon Sep 17 00:00:00 2001 From: Damian Guy Date: Thu, 14 Sep 2017 14:10:10 +0100 Subject: [PATCH] MINOR: update docs to add note about removing SNAPSHOT from streams dependency Author: Damian Guy Reviewers: Michael G. Noll , Ismael Juma Closes #3858 from dguy/docs --- docs/streams/tutorial.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html index a1520debdcd..f95eddc93cb 100644 --- a/docs/streams/tutorial.html +++ b/docs/streams/tutorial.html @@ -62,8 +62,9 @@

- The pom.xml file included in the project already has the Streams dependency defined, - and there are already several example programs written with Streams library under src/main/java. + Important: You must manually update the setting of <kafka.version> in the generated pom.xml file from 0.11.0.1-SNAPSHOT to 0.11.0.1. + Note: in the next release the above step will not be required. + There are already several example programs written with Streams library under src/main/java. Since we are going to start writing such programs from scratch, we can now delete these examples: