popular: 1.4.0 - Variant with Sliding Window
authorKai Moritz <kai@juplo.de>
Mon, 8 Jul 2024 07:11:06 +0000 (09:11 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 8 Jul 2024 07:11:06 +0000 (09:11 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 92a2fe7..5471bd3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,9 @@
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
-       <artifactId>popular</artifactId>
-       <version>1.3.2</version>
-       <name>Wordcount-Popular-Words</name>
+       <artifactId>popular--sliding-window</artifactId>
+       <version>1.4.0</version>
+       <name>Wordcount-Popular-Words (SlidingWindow-Version)</name>
        <description>Query stream-processor that gives access to the most popular words</description>
        <properties>
                <java.version>21</java.version>