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

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

commit 53b136bf0eddfcf51fbf38e54e068ccf9504831e
Author: rfscholte <[email protected]>
AuthorDate: Thu Apr 22 23:39: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>

Reply via email to