Skip to content

Commit

Permalink
Upgraded source version to Java 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 7, 2016
1 parent 3c929ea commit 0622ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- maven-java-formatter-plugin -->
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<slf4j.version>1.7.7</slf4j.version>
<logback.version>1.0.13</logback.version>
<webarchive-commons.version>1.1.5</webarchive-commons.version>
Expand Down

0 comments on commit 0622ca0

Please sign in to comment.