Setup für Grundlagen-Übungen vereinfacht
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2217d9b..3d0b1e5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
   <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>
+
+  <properties>
+    <java.version>17</java.version>
+  </properties>
 
   <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>