top10: 1.0.3 - Separated config in `Top10ApplicationConfiguration` -- ALIGN
[demos/kafka/wordcount] / pom.xml
diff --git a/pom.xml b/pom.xml
index 71115c0..cb7ec14 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.5.4</version>
+               <version>3.2.5</version>
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
-       <artifactId>counter</artifactId>
-       <version>1.0.0</version>
-       <name>Wordcount-Counter</name>
-       <description>Word-counting stream-processor of the multi-user wordcount-example</description>
+       <artifactId>top10</artifactId>
+       <version>1.0.3</version>
+       <name>Wordcount-Top-10</name>
+       <description>Top-10 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>