You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2019/07/22 12:19:19 UTC

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

Author: schor
Date: Mon Jul 22 12:19:19 2019
New Revision: 1863542

URL: http://svn.apache.org/viewvc?rev=1863542&view=rev
Log:
no Jira, set maven compiler source/target to 1.8, was 1.7

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=1863542&r1=1863541&r2=1863542&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Mon Jul 22 12:19:19 2019
@@ -154,6 +154,8 @@
      properties already, they should be injected manually into the plugins. 
     -->    
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
     <maven.surefire.argLine />
     <maven.surefire.java9 />