Skip to content

Commit

Permalink
Changing compiler version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
garcia-jj committed Feb 23, 2014
1 parent f420e02 commit 49fcb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jul-to-slf4j/pom.xml
Expand Up @@ -39,8 +39,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 49fcb62

Please sign in to comment.