diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -59,9 +59,11 @@ <groupId>org.apache.maven.plugins</groupId> <version>2.0.2</version> <configuration> - <!-- - fork>true</fork> <executable>${java_6_sun}/bin/javac</executable> - <compilerVersion>1.6</compilerVersion --> + <!-- + <fork>true</fork> + <executable>${java_150_sun}/bin/javac</executable> + <compilerVersion>1.5</compilerVersion> + --> <source>1.6</source> <target>1.6</target> <verbose>true</verbose> |