Mercurial > dive4elements > river
comparison backend/pom.xml @ 9774:823d4afb616c 3.2.x
Update Java compatibility
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 17 Jan 2023 14:25:14 +0100 |
parents | 71188efb16b0 |
children | b57b236c4f4e |
comparison
equal
deleted
inserted
replaced
9773:71188efb16b0 | 9774:823d4afb616c |
---|---|
19 <plugin> | 19 <plugin> |
20 <groupId>org.apache.maven.plugins</groupId> | 20 <groupId>org.apache.maven.plugins</groupId> |
21 <artifactId>maven-compiler-plugin</artifactId> | 21 <artifactId>maven-compiler-plugin</artifactId> |
22 <version>2.0.2</version> | 22 <version>2.0.2</version> |
23 <configuration> | 23 <configuration> |
24 <source>1.7</source> | 24 <source>1.8</source> |
25 <target>1.7</target> | 25 <target>1.8</target> |
26 <encoding>UTF-8</encoding> | 26 <encoding>UTF-8</encoding> |
27 <showDeprecation>true</showDeprecation> | 27 <showDeprecation>true</showDeprecation> |
28 <showWarnings>true</showWarnings> | 28 <showWarnings>true</showWarnings> |
29 </configuration> | 29 </configuration> |
30 </plugin> | 30 </plugin> |