Mercurial > dive4elements > river
changeset 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 | 4f9693016f0e |
files | artifacts/pom.xml backend/pom.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/pom.xml Tue Jan 17 14:24:25 2023 +0100 +++ b/artifacts/pom.xml Tue Jan 17 14:25:14 2023 +0100 @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> <encoding>UTF-8</encoding> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings>
--- a/backend/pom.xml Tue Jan 17 14:24:25 2023 +0100 +++ b/backend/pom.xml Tue Jan 17 14:25:14 2023 +0100 @@ -21,8 +21,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> <encoding>UTF-8</encoding> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings>