mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
Use source/target 1.7 for cleaner code.
This commit is contained in:
parent
dfb7ad0fe2
commit
b0e667e683
10
pom.xml
10
pom.xml
@ -130,8 +130,8 @@
|
|||||||
<version>2.3.2</version>
|
<version>2.3.2</version>
|
||||||
<inherited>true</inherited>
|
<inherited>true</inherited>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.5</source>
|
<source>1.7</source>
|
||||||
<target>1.5</target>
|
<target>1.7</target>
|
||||||
<showDeprecation>false</showDeprecation>
|
<showDeprecation>false</showDeprecation>
|
||||||
<compilerArgument>-g:lines</compilerArgument>
|
<compilerArgument>-g:lines</compilerArgument>
|
||||||
<compilerArguments>
|
<compilerArguments>
|
||||||
@ -160,8 +160,8 @@
|
|||||||
<inherited>true</inherited>
|
<inherited>true</inherited>
|
||||||
<version>2.2</version>
|
<version>2.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<jdkName>1.5</jdkName>
|
<jdkName>1.7</jdkName>
|
||||||
<jdkLevel>1.5</jdkLevel>
|
<jdkLevel>1.7</jdkLevel>
|
||||||
<downloadSources>true</downloadSources>
|
<downloadSources>true</downloadSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
@ -206,7 +206,7 @@
|
|||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<targetJdk>1.5</targetJdk>
|
<targetJdk>1.7</targetJdk>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user