summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d2cdb5b3..8cc5aa6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>