You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/12/27 05:16:30 UTC

[karaf] branch master updated: [KARAF-6558] Upgrade to maven-compiler-plugin 3.8.1

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new eb5ff8a  [KARAF-6558] Upgrade to maven-compiler-plugin 3.8.1
     new 6902b83  Merge pull request #1037 from jbonofre/KARAF-6558
eb5ff8a is described below

commit eb5ff8a6546716fa87b61e0ea2af352ee6973cce
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 15:10:11 2019 +0100

    [KARAF-6558] Upgrade to maven-compiler-plugin 3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c7fe83..254f405 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1824,7 +1824,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.8.0</version>
+                    <version>3.8.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>