commit 669d6816f357f11cefe0a3bee13b122c69945288
parent 73b0c5feca053b17ddc3da06a1b63e66de84be73
Author: Dan Callaghan <djc@djc.id.au>
Date: Wed, 31 Dec 2008 19:50:02 +1000
1.6 is even better
--HG--
extra : convert_revision : 81b01a544ff0859261e65e67dd1af41727541295
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -18,8 +18,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>