We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e0ea6 commit 6a880ddCopy full SHA for 6a880dd
pom.xml
@@ -27,6 +27,8 @@
27
<mockito.version>1.9.5-rc1</mockito.version>
28
<fest.assert.version>2.0M6</fest.assert.version>
29
30
+ <java.version>1.6</java.version>
31
+
32
<tomcat.dir>/usr/share/tomcat6</tomcat.dir>
33
<env.root.dir>src/env</env.root.dir>
34
@@ -334,8 +336,8 @@
334
336
<artifactId>maven-compiler-plugin</artifactId>
335
337
<version>${compiler.plugin.version}</version>
338
<configuration>
- <source>1.6</source>
- <target>1.6</target>
339
+ <source>${java.version}</source>
340
+ <target>${java.version}</target>
341
<showDeprecation>true</showDeprecation>
342
<showWarnings>true</showWarnings>
343
<verbose>true</verbose>
0 commit comments