This is an automated email from the ASF dual-hosted git repository. mjsax pushed a commit to branch 4.0 in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.0 by this push: new bcebfae1c20 MINOR: fix KafkaStreams archtype docs (#18469) bcebfae1c20 is described below commit bcebfae1c20ef2e9c22d8789ee8b5c6f78136d3c Author: Matthias J. Sax <matth...@confluent.io> AuthorDate: Mon Jan 13 11:19:32 2025 -0800 MINOR: fix KafkaStreams archtype docs (#18469) Reviewers: Chia-Ping Tsai <chia7...@gmail.com> --- docs/streams/tutorial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html index 933cd11f12b..2e3b2204ffe 100644 --- a/docs/streams/tutorial.html +++ b/docs/streams/tutorial.html @@ -47,7 +47,7 @@ -DarchetypeArtifactId=streams-quickstart-java \ -DarchetypeVersion={{fullDotVersion}} \ -DgroupId=streams.examples \ --DartifactId=streams-quickstart\ +-DartifactId=streams-quickstart \ -Dversion=0.1 \ -Dpackage=myapps</code></pre> <p>