Mercurial > dive4elements > framework
comparison pom.xml @ 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 | 811b01e822da |
comparison
equal
deleted
inserted
replaced
577:c898bbf15608 | 578:af57a37b1c7d |
---|---|
15 <plugin> | 15 <plugin> |
16 <groupId>org.apache.maven.plugins</groupId> | 16 <groupId>org.apache.maven.plugins</groupId> |
17 <artifactId>maven-compiler-plugin</artifactId> | 17 <artifactId>maven-compiler-plugin</artifactId> |
18 <version>2.0.2</version> | 18 <version>2.0.2</version> |
19 <configuration> | 19 <configuration> |
20 <source>1.6</source> | 20 <source>1.8</source> |
21 <target>1.6</target> | 21 <target>1.8</target> |
22 </configuration> | 22 </configuration> |
23 </plugin> | 23 </plugin> |
24 </plugins> | 24 </plugins> |
25 </build> | 25 </build> |
26 <repositories> | 26 <repositories> |