changeset 578:af57a37b1c7d 3.2.x

Update Java compatibility
author Tom Gottfried <tom@intevation.de>
date Fri, 13 Jan 2023 18:55:16 +0100
parents c898bbf15608
children 7abdf5472ed7
files pom.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Fri Jan 13 18:53:33 2023 +0100
+++ b/pom.xml	Fri Jan 13 18:55:16 2023 +0100
@@ -17,8 +17,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.0.2</version>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>

http://dive4elements.wald.intevation.org