You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2014/07/15 19:19:07 UTC

svn commit: r1610762 - /jackrabbit/commons/filevault/trunk/parent/pom.xml

Author: tripod
Date: Tue Jul 15 17:19:06 2014
New Revision: 1610762

URL: http://svn.apache.org/r1610762
Log:
JCRVLT-52 Set maven-compiler-plugin target/source version to 1.6

Modified:
    jackrabbit/commons/filevault/trunk/parent/pom.xml

Modified: jackrabbit/commons/filevault/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/parent/pom.xml?rev=1610762&r1=1610761&r2=1610762&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/parent/pom.xml (original)
+++ jackrabbit/commons/filevault/trunk/parent/pom.xml Tue Jul 15 17:19:06 2014
@@ -88,8 +88,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>
                     <debug>true</debug>
                     <showDeprecation>false</showDeprecation>
                     <showWarnings>true</showWarnings>