users:1.0.0 - users are directly send to kafka
[demos/kafka/wordcount] / pom.xml
diff --git a/pom.xml b/pom.xml
index 98cc0dc..5790169 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>
+       <artifactId>users</artifactId>
        <version>1.0.0</version>
-       <name>Wordcount-Recorder</name>
-       <description>Recorder-service of the multi-user wordcount-example</description>
+       <name>Wordcount-Users</name>
+       <description>Users-service of the multi-user wordcount-example</description>
        <properties>
                <docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>
                <java.version>11</java.version>