Browse Source

use Java8 in POMs as well

master
Stefan Bodewig 9 years ago
parent
commit
a2eb305521
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/poms/pom.xml

+ 2
- 2
src/etc/poms/pom.xml View File

@@ -123,8 +123,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version> <version>2.3.2</version>
<configuration> <configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.8</source>
<target>1.8</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>


Loading…
Cancel
Save