summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-05-22 11:10:58 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-05-22 11:10:58 +0200
commit2c808b6f0940cfae1235db5b60e9bcff4474c5e1 (patch)
tree4337f550122f9114cf5cafce606d3a830805603b
parentb11e80cf20bd65b7a52508ef24b1dce657dc01a4 (diff)
Set java target to 1.6 instead. That's where the kernel is, and there is
no 1.7 specific code yet.
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 320bd94..75a7c7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,8 +35,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>