<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>