You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/08/19 20:08:48 UTC

[myfaces-tobago] branch master updated: update maven-compiler-plugin

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 4075b79  update maven-compiler-plugin
4075b79 is described below

commit 4075b79efd042d1ce50cb060ecb9a2f205de25b9
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sun Aug 19 22:08:27 2018 +0200

    update maven-compiler-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88e5012..1b2905a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -795,7 +795,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.2</version>
+          <version>3.8.0</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>