You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/02/13 15:04:12 UTC

svn commit: r1824150 - /uima/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Tue Feb 13 15:04:12 2018
New Revision: 1824150

URL: http://svn.apache.org/viewvc?rev=1824150&view=rev
Log:
UIMA-5527 modified compiler-plugin to use java 8 

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

Modified: uima/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1824150&r1=1824149&r2=1824150&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-parent/pom.xml Tue Feb 13 15:04:12 2018
@@ -857,8 +857,8 @@ ${uimaDUCCNoticeText}
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
-					<source>1.7</source>
-					<target>1.7</target>
+					<source>1.8</source>
+					<target>1.8</target>
 				</configuration>
 			</plugin>
 			<!-- Each jar produced should have metadata attached to a Manifest -->