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 2019/05/18 07:26:59 UTC

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

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 a4cf22658e845c3b5e559328641e70be20c07e1f
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 18c8ba3..7385353 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>