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 2022/05/23 08:48:09 UTC

[uima-parent-pom] 01/01: [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8

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

rec pushed a commit to branch refactoring/UIMA-6463-Use-toolchains-to-ensure-compatibility-with-Java-1_8
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit a7fa19cb6992cdb70192af0d8ca912a02dbe1f04
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon May 23 10:48:03 2022 +0200

    [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8
    
    - Define version for toolchain plugin
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 897283b..4440454 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,6 +335,12 @@
           </configuration>
         </plugin>
 
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-toolchains-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>