query:1.0.0 - Query rankings by username
[demos/kafka/wordcount] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9bda638..d641d39 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>top10</artifactId>
+       <artifactId>query</artifactId>
        <version>1.0.0</version>
-       <name>Wordcount-Top-10</name>
-       <description>Top-10 stream-processor of the multi-user wordcount-example</description>
+       <name>Wordcount-Query</name>
+       <description>Query stream-processor of the multi-user wordcount-example</description>
        <properties>
                <docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>
                <java.version>11</java.version>