This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch 
feature/UIMA-5853-Java-version-for-integration-tests-should-match-main-target-version-v3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 97ffa3d67cd76635dcfbf190d29013cfb68d8f89
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Sun Aug 12 22:03:25 2018 +0200

    [UIMA-5853] Java version for integration tests should match main target 
version
    
    - Set the target level for integration tests to 1.7
---
 uimafit-maven-plugin/src/it/default/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/uimafit-maven-plugin/src/it/default/pom.xml 
b/uimafit-maven-plugin/src/it/default/pom.xml
index e951989..fd396ac 100644
--- a/uimafit-maven-plugin/src/it/default/pom.xml
+++ b/uimafit-maven-plugin/src/it/default/pom.xml
@@ -29,6 +29,8 @@
        <name>Test for default configuration</name>
 
        <properties>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 

Reply via email to