Skip to content

Commit

Permalink
BVAL-298 Changing source and target level for compiler plugin (Servic…
Browse files Browse the repository at this point in the history
…eLoader is part of Java 6). See also BVAL-299
  • Loading branch information
hferentschik authored and gunnarmorling committed Jul 24, 2012
1 parent dd3e610 commit 6c15ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -99,8 +99,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6c15ba5

Please sign in to comment.