Mercurial > dive4elements > http-client
changeset 127:0ed1c01dca80 3.2.x
Update Java compatibility
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 16 Jan 2023 11:49:45 +0100 |
parents | 2f9e1f0b574b |
children | 0289069c3149 |
files | pom.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Mon Jan 16 11:46:55 2023 +0100 +++ b/pom.xml Mon Jan 16 11:49:45 2023 +0100 @@ -21,8 +21,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>