Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2013-05-16 23:31:37 +0000
committerSergey Prigogin2013-05-16 23:31:37 +0000
commitca2aa076dc488476c41b3692f70fda9321b98d98 (patch)
tree648f0f1e0eff69fed3537844b514089db5b4cb12 /pom.xml
parentef19f9a8e63b2c36b28cbfc34fca301783b2ba58 (diff)
downloadorg.eclipse.cdt-ca2aa076dc488476c41b3692f70fda9321b98d98.tar.gz
org.eclipse.cdt-ca2aa076dc488476c41b3692f70fda9321b98d98.tar.xz
org.eclipse.cdt-ca2aa076dc488476c41b3692f70fda9321b98d98.zip
Changed JDK version from 1.5 to 1.6 in an attempt to fix the Hudson
build.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7cc8855c9e0..55917313e89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
- <targetJdk>1.5</targetJdk>
+ <targetJdk>1.6</targetJdk>
<format>xml</format>
<failOnViolation>false</failOnViolation>
</configuration>

Back to the top