Anpassungen des Projekts/Setups aus 'simple-producer' übernommen
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4c52f37..b7c8a20 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,8 +12,8 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>simple-producer</artifactId>
-  <name>Super Simple Producer</name>
+  <artifactId>simple-consumer</artifactId>
+  <name>Super Simple Consumer-Group</name>
   <version>1.0-SNAPSHOT</version>
 
   <dependencies>
@@ -61,7 +61,7 @@
             <manifest>
               <addClasspath>true</addClasspath>
               <classpathPrefix>libs/</classpathPrefix>
-              <mainClass>de.juplo.kafka.SimpleProducer</mainClass>
+              <mainClass>de.juplo.kafka.SimpleConsumer</mainClass>
             </manifest>
           </archive>
         </configuration>