You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2014/06/12 01:06:53 UTC

svn commit: r1602048 - /uima/uimaj/trunk/uimaj-parent/pom.xml

Author: rec
Date: Wed Jun 11 23:06:53 2014
New Revision: 1602048

URL: http://svn.apache.org/r1602048
Log:
[UIMA-3887] Remove Java language level override

Modified:
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1602048&r1=1602047&r2=1602048&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Wed Jun 11 23:06:53 2014
@@ -151,8 +151,6 @@
 	        <groupId>org.apache.maven.plugins</groupId>
 	        <artifactId>maven-compiler-plugin</artifactId>
 	        <configuration>
-	          <source>1.6</source>
-	          <target>1.6</target>
 	     <!--      <compilerId>javac-with-errorprone</compilerId>
 	          <forceJavacCompilerUse>true</forceJavacCompilerUse> -->
 	        </configuration>