Author: kelvingoodson
Date: Tue Jun  8 14:04:20 2010
New Revision: 952653

URL: http://svn.apache.org/viewvc?rev=952653&view=rev
Log:
bump java compiler source and target to java 6

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=952653&r1=952652&r2=952653&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Tue Jun  8 14:04:20 2010
@@ -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>
 


Reply via email to