You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/29 18:09:12 UTC

[maven-apache-parent] branch MPOM-207 created (now d4b0402)

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

khmarbaise pushed a change to branch MPOM-207
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


      at d4b0402  [MPOM-207] - Upgrade maven-compiler-plugin to version 3.8.0

This branch includes the following new commits:

     new d4b0402  [MPOM-207] - Upgrade maven-compiler-plugin to version 3.8.0

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.



[maven-apache-parent] 01/01: [MPOM-207] - Upgrade maven-compiler-plugin to version 3.8.0

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MPOM-207
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit d4b0402bb103865b203141551d792fdfbfdf4285
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 29 19:09:02 2018 +0100

    [MPOM-207] - Upgrade maven-compiler-plugin to version 3.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94d87d0..7f798ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.7.0</version>
+          <version>3.8.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>