ref #6407 add commented 3.x version to compiler plugin
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 5 Jan 2023 11:13:30 +0000 (12:13 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 5 Jan 2023 11:13:30 +0000 (12:13 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 6c5411ebf38cbae81667de569896f391cde2066c..81b31c13e12f5feac7a9a536f541d0f8eb5886e5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
                <!-- TODO #6407#9919 upgrading to 3.x leads to test failures in model etc. -->
+    <!--   <version>3.10.1</version>  --> 
         <version>2.5.1</version> 
         <configuration>
           <source>${java.codelevel}</source>