Skip to content

Commit

Permalink
bump java version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
turu committed Jan 22, 2015
1 parent 7b9c30f commit 7bb025c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<compilerVersion>1.6</compilerVersion>
<source>1.6</source>
<target>1.6</target>
<compilerVersion>1.8</compilerVersion>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 7bb025c

Please sign in to comment.