Implementierung des Consumers aus 'first-contact' vereinfacht
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 70f37e8..2b39e97 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,8 +12,8 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>first-contact</artifactId>
-  <name>First Contact: a Simple Producer and a simple Consumer-Group</name>
+  <artifactId>simple-consumer</artifactId>
+  <name>Super Simple Consumer-Group</name>
   <version>1.0-SNAPSHOT</version>
 
   <dependencies>