From b51be0552ca9255eb4d70fc68212638925a302a4 Mon Sep 17 00:00:00 2001 From: Scherbaum Maximilian <ms622@hdm-stuttgart.de> Date: Thu, 22 Feb 2024 11:54:34 +0100 Subject: [PATCH] update: pom.xml maven plugin --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 944115d5..0b6c3692 100644 --- a/pom.xml +++ b/pom.xml @@ -118,10 +118,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.11.0</version> - <configuration> - <!-- Add the module version --> - <release>17</release> <!-- or any valid Java version --> - </configuration> </plugin> </plugins> </build> -- GitLab