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/04/06 18:01:29 UTC

[maven-shared-io] branch MSHARED-714 created (now f2d36fe)

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

khmarbaise pushed a change to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


      at f2d36fe  [MSHARED-714] - Upgrade to JDK 7 minimum.

This branch includes the following new commits:

     new f2d36fe  [MSHARED-714] - Upgrade to JDK 7 minimum.

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.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-shared-io] 01/01: [MSHARED-714] - Upgrade to JDK 7 minimum.

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

khmarbaise pushed a commit to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit f2d36fee0a646e4bbeebf2d3b477d7a3a74fd3d5
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 6 20:01:15 2018 +0200

    [MSHARED-714] - Upgrade to JDK 7 minimum.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e8e9cf1..f723750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,8 +67,7 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <maven.compiler.target>1.6</maven.compiler.target>
-    <maven.compiler.source>1.6</maven.compiler.source>
+    <javaVersion>7</javaVersion>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType</checkstyle.violation.ignore>
   </properties>
 

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.