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:08 UTC

[uima-parent-pom] branch refactoring/UIMA-6463-Use-toolchains-to-ensure-compatibility-with-Java-1_8 created (now a7fa19c)

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

rec pushed a change 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


      at a7fa19c  [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8

This branch includes the following new commits:

     new a7fa19c  [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by re...@apache.org.
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>