Info-Endpoint des Actuator korrigiert
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7242bc6..d02cfc0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,8 +12,8 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>endless-producer</artifactId>
-  <name>Endless Producer: a Simple Producer that endlessly writes numbers into a topic</name>
+  <artifactId>rest-producer</artifactId>
+  <name>REST Producer: a Simple Producer that takes messages via POST and confirms successs</name>
   <version>1.0-SNAPSHOT</version>
 
   <dependencies>
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>pl.project13.maven</groupId>
+        <artifactId>git-commit-id-plugin</artifactId>
+      </plugin>
       <plugin>
         <groupId>io.fabric8</groupId>
         <artifactId>docker-maven-plugin</artifactId>