Revision: 1273
Author: plorenz
Date: Tue Nov 27 19:55:58 2012
Log: Fix java version. Should be 1.6 for releases.
http://code.google.com/p/sarasvati/source/detail?r=1273
Modified:
/java/trunk/sarasvati-parent/pom.xml
=======================================
--- /java/trunk/sarasvati-parent/pom.xml Sun Nov 25 13:35:50 2012
+++ /java/trunk/sarasvati-parent/pom.xml Tue Nov 27 19:55:58 2012
@@ -54,8 +54,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.6</source>
+ <target>1.6</target>
<optimise>true</optimise>
<debug>true</debug>
</configuration>