Skip to content

Commit

Permalink
move down to java 1.7 as we do not need the features of 1.8 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
weaondara committed May 17, 2019
1 parent bf8d36c commit f55e978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,8 +6,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<build.major>3.0</build.major>
<build.type>SNAPSHOT</build.type>
<build.number>1</build.number>
Expand Down

0 comments on commit f55e978

Please sign in to comment.