Implementierung des Adders für SumUp
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index dd282c5..870e109 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>sum</artifactId>
+  <artifactId>sumup-adder</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Sum</name>
-  <description>Calculates the sum of all natuarl numbers up to the given natural number</description>
+  <name>SumUp Adder</name>
+  <description>Calculates the sum for the send messages</description>
 
   <dependencies>
     <dependency>