You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/03/08 12:31:54 UTC

svn commit: r1454326 - /manifoldcf/trunk/pom.xml

Author: kwright
Date: Fri Mar  8 11:31:54 2013
New Revision: 1454326

URL: http://svn.apache.org/r1454326
Log:
Somehow we never managed to make it to 1.6 before

Modified:
    manifoldcf/trunk/pom.xml

Modified: manifoldcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1454326&r1=1454325&r2=1454326&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Fri Mar  8 11:31:54 2013
@@ -90,8 +90,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>
           <fork>true</fork>
           <meminitial>128m</meminitial>
           <maxmem>512m</maxmem>