You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2015/11/24 21:31:09 UTC

svn commit: r1716247 - /ctakes/trunk/pom.xml

Author: seanfinan
Date: Tue Nov 24 20:31:09 2015
New Revision: 1716247

URL: http://svn.apache.org/viewvc?rev=1716247&view=rev
Log:
Switching to Java 8 (again)

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1716247&r1=1716246&r2=1716247&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Tue Nov 24 20:31:09 2015
@@ -661,8 +661,8 @@
 					<artifactId>maven-compiler-plugin</artifactId>
 					<version>2.4</version>
 					<configuration>
-						<source>1.7</source>
-						<target>1.7</target>
+						<source>1.8</source>
+						<target>1.8</target>
 						<compilerArgument>-Xlint</compilerArgument>					
 					</configuration>
 				</plugin>