popular: 1.0.0 - Renamed the project to `popular`
authorKai Moritz <kai@juplo.de>
Sat, 15 Jun 2024 11:39:26 +0000 (13:39 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 15 Jun 2024 11:39:26 +0000 (13:39 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 3edc6d3..3a0e696 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>query</artifactId>
-       <version>2.0.0</version>
-       <name>Wordcount-Query</name>
-       <description>Query stream-processor of the multi-user wordcount-example</description>
+       <artifactId>popular</artifactId>
+       <version>1.0.0</version>
+       <name>Wordcount-Popular-Words</name>
+       <description>Query stream-processor that gives access to the most popular words</description>
        <properties>
                <docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>
        </properties>