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/04/22 21:25:52 UTC

[maven-doxia-linkcheck] branch DOXIATOOLS-70 created (now b2ccff5)

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

rfscholte pushed a change to branch DOXIATOOLS-70
in repository https://gitbox.apache.org/repos/asf/maven-doxia-linkcheck.git.


      at b2ccff5  [DOXIATOOLS-70] Require Java 8

This branch includes the following new commits:

     new b2ccff5  [DOXIATOOLS-70] 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-doxia-linkcheck] 01/01: [DOXIATOOLS-70] 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 DOXIATOOLS-70
in repository https://gitbox.apache.org/repos/asf/maven-doxia-linkcheck.git

commit b2ccff50c1ab3f8ec31afd25ca031f3b6dab0be1
Author: rfscholte <rf...@apache.org>
AuthorDate: Thu Apr 22 23:25:33 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 021991b..205bcaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
   </distributionManagement>
   
   <properties>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>