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/23 07:15:09 UTC

[maven-docck-plugin] branch master updated: [MDOCCK-36] Require Java 8

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-docck-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 338ea98  [MDOCCK-36] Require Java 8
338ea98 is described below

commit 338ea98d192cc55751a0f10b2c3fc06d178e0c0a
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Apr 23 09:14:46 2021 +0200

    [MDOCCK-36] Require Java 8
---
 pom.xml              | 2 +-
 src/it/basic/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38ecc14..e2065f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/src/it/basic/pom.xml b/src/it/basic/pom.xml
index 660f350..83b9b82 100644
--- a/src/it/basic/pom.xml
+++ b/src/it/basic/pom.xml
@@ -52,7 +52,7 @@ under the License.
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>