mirror of https://github.com/apache/kafka.git
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:
parent
b95a6bf61a
commit
1c9581e2e9
|
|
@ -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><kafka.version></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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue