splitter: 1.0.0-vanilla-kafka - splits up the recorded sentences into words
[demos/kafka/wordcount] / pom.xml
diff --git a/pom.xml b/pom.xml
index edcedf5..fee0245 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,10 +9,10 @@
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
-       <artifactId>recorder</artifactId>
-       <version>1.0.1</version>
-       <name>Wordcount-Recorder</name>
-       <description>Recorder-service of the multi-user wordcount-example</description>
+       <artifactId>splitter</artifactId>
+       <version>1.0.0-vanilla-kafka</version>
+       <name>Wordcount-Splitter</name>
+       <description>A version of the stream-processor for the multi-user wordcount-example, that splits the sentences up into single words, that is implemented in Vanilla-Kafka (without Kafka Streams)</description>
        <properties>
                <docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>
                <java.version>11</java.version>