diff options
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index 83ed8b5b8f..4ccebf2449 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -555,8 +555,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> <showDeprecation>true</showDeprecation> <compilerArgument>-Xlint:unchecked,deprecation,fallthrough,finally</compilerArgument> </configuration> @@ -823,8 +823,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.2</version> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.6</source> + <target>1.6</target> <fork>true</fork> <meminitial>512m</meminitial> <maxmem>1024m</maxmem> @@ -875,7 +875,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clover-plugin</artifactId> <configuration> - <jdk>1.5</jdk> + <jdk>1.6</jdk> </configuration> </plugin> |