Author: veithen
Date: Sun Aug  4 12:12:42 2013
New Revision: 1510147

URL: http://svn.apache.org/r1510147
Log:
If the project uses Java 1.6, then it should also configure the 
maven-compiler-plugin accordingly.

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=1510147&r1=1510146&r2=1510147&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Sun Aug  4 12:12:42 2013
@@ -198,8 +198,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>2.3.2</version>
                     <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
+                        <source>1.6</source>
+                        <target>1.6</target>
                     </configuration>
                 </plugin>
                 <plugin>


Reply via email to