Mercurial > hg > openmind
changeset 91:fa7b1058b776
fix java source version.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 29 May 2018 21:20:49 +0200 |
parents | 4b6c0b368f46 |
children | d1c2cf083c8d |
files | pom.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Tue May 29 21:15:06 2018 +0200 +++ b/pom.xml Tue May 29 21:20:49 2018 +0200 @@ -210,8 +210,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <encoding>UTF-8</encoding> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation>