[sarasvati] r1273 committed - Fix java version. Should be 1.6 for releases.

0 views
Skip to first unread message

sara...@googlecode.com

unread,
Nov 27, 2012, 10:56:19 PM11/27/12
to sarasvati-...@googlegroups.com
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>
Reply all
Reply to author
Forward
0 new messages