diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-08 14:04:20 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-08 14:04:20 +0000 |
commit | 4cd6230ed7a51898a9afea7de796e438c391ce17 (patch) | |
tree | f825427c3505a8ee222cfec53729ee5116fa7870 | |
parent | 2762ae68ba84f32c5d34906a061e69de8fb54fd7 (diff) |
bump java compiler source and target to java 6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952653 13f79535-47bb-0310-9956-ffa450edef68
-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> |