You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/06/02 20:42:08 UTC

[maven-dependency-tree] branch MSHARED-825 created (now 94d9652)

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

rfscholte pushed a change to branch MSHARED-825
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git.


      at 94d9652  [MSHARED-825] Require Java 8

This branch includes the following new commits:

     new 94d9652  [MSHARED-825] Require Java 8

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-dependency-tree] 01/01: [MSHARED-825] Require Java 8

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

rfscholte pushed a commit to branch MSHARED-825
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git

commit 94d96528a03b7a69060156888c5e438702ec3548
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Jun 2 22:41:54 2021 +0200

    [MSHARED-825] Require Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65a1e14..40ffc3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-	<javaVersion>7</javaVersion>
+	<javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2020-02-07T09:03:59Z</project.build.outputTimestamp>
   </properties>