You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/09/25 21:02:01 UTC

[isis] branch v2 updated: ISIS-1976: bump maven compiler plugin version 3.7.0-> 3.8.0

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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new e03d7ca  ISIS-1976: bump maven compiler plugin version 3.7.0-> 3.8.0
e03d7ca is described below

commit e03d7ca4accf1133db5f543d2b9fc6cfe86ae994
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Sep 25 23:01:54 2018 +0200

    ISIS-1976: bump maven compiler plugin version 3.7.0-> 3.8.0
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1976
---
 core/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index b424293..4fc7a63 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -58,8 +58,8 @@
         <testsToExclude>**/*IntegrationTest.java</testsToExclude>
 
         <!-- remaining properties should not need to be overridden -->
-        <compileSource>1.8</compileSource>
-        <compileTarget>1.8</compileTarget>
+        <compileSource>8</compileSource>
+        <compileTarget>8</compileTarget>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <surefire-plugin.argLine>-Xms1024m -Xmx1024m</surefire-plugin.argLine>
@@ -592,7 +592,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.7.0</version>
+                    <version>3.8.0</version>
                     <configuration>
                         <showDeprecation>false</showDeprecation>
                         <showWarnings>false</showWarnings>