popular: 1.0.0 - Renamed the project to `popular`
authorKai Moritz <kai@juplo.de>
Sat, 15 Jun 2024 21:12:51 +0000 (23:12 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 16 Jun 2024 21:05:53 +0000 (23:05 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 03a7b40..a9aae74 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>counter</artifactId>
-       <version>1.3.1</version>
-       <name>Wordcount-Counter</name>
-       <description>Word-counting 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>