WIP
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index dd282c5..e309ba9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,9 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>sum</artifactId>
+  <artifactId>sumup-consumer</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Sum</name>
+  <name>Summing Up Consumer</name>
   <description>Calculates the sum of all natuarl numbers up to the given natural number</description>
 
   <dependencies>