Skip to content

Commit

Permalink
Set java source to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 15, 2011
1 parent a702f2c commit 19a2c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/pom.xml
Expand Up @@ -18,6 +18,14 @@
</licenses>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
Expand Down

0 comments on commit 19a2c8b

Please sign in to comment.