Vorlage
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2217d9b..a07cfaa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,9 +13,9 @@
 
   <groupId>de.juplo.kafka</groupId>
   <artifactId>simple-consumer</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <name>Simple Consumer-Group</name>
   <description>Super Simple Consumer-Group, that is implemented as a plain Java-program</description>
+  <version>1.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>pl.project13.maven</groupId>
-        <artifactId>git-commit-id-plugin</artifactId>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>