You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2014/03/07 04:52:22 UTC

svn commit: r1575136 - /maven/indexer/branches/lucene-4.6/pom.xml

Author: olamy
Date: Fri Mar  7 03:52:22 2014
New Revision: 1575136

URL: http://svn.apache.org/r1575136
Log:
Update maven compiler for java 7

Modified:
    maven/indexer/branches/lucene-4.6/pom.xml

Modified: maven/indexer/branches/lucene-4.6/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/branches/lucene-4.6/pom.xml?rev=1575136&r1=1575135&r2=1575136&view=diff
==============================================================================
--- maven/indexer/branches/lucene-4.6/pom.xml (original)
+++ maven/indexer/branches/lucene-4.6/pom.xml Fri Mar  7 03:52:22 2014
@@ -216,10 +216,10 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>3.1</version>
           <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
+            <source>1.7</source>
+            <target>1.7</target>
           </configuration>
         </plugin>
         <plugin>