yohoho no longer cares if depot is built with 1.6, so build with that since we're using 1.6's Connection.createArrayOf in PostgreSQL4Builder. Sneak a ooo-buildification in with the compiler version bump.

This commit is contained in:
Charlie Groves
2011-03-23 20:42:00 +00:00
parent 1be9961245
commit 1a2967b31f
9 changed files with 69 additions and 63 deletions
+2 -2
View File
@@ -86,8 +86,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>