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

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

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

Closes #3858 from dguy/docs
This commit is contained in:
Damian Guy 2017-09-14 14:10:10 +01:00
parent b95a6bf61a
commit 1c9581e2e9
1 changed files with 3 additions and 2 deletions

View File

@ -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>