Mercurial > dive4elements > http-client
comparison pom.xml @ 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 |
comparison
equal
deleted
inserted
replaced
126:2f9e1f0b574b | 127:0ed1c01dca80 |
---|---|
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.6</source> | 24 <source>1.8</source> |
25 <target>1.6</target> | 25 <target>1.8</target> |
26 </configuration> | 26 </configuration> |
27 </plugin> | 27 </plugin> |
28 </plugins> | 28 </plugins> |
29 </build> | 29 </build> |
30 | 30 |