You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/17 21:53:34 UTC

[maven-reporting-exec] 02/08: [MSHARED-1060] Upgrade to Java 8

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

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit ede177fb653e1294943685fa05d5909a7082fc1c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 23:25:59 2022 +0200

    [MSHARED-1060] Upgrade to Java 8
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a3d6494..ce4a35c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,9 +56,9 @@
   </distributionManagement>
 
   <properties>
+    <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
-    <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2022-02-10T08:20:39Z</project.build.outputTimestamp>
     <sitePluginVersion>3.10.0</sitePluginVersion>
     <projectInfoReportsPluginVersion>3.2.1</projectInfoReportsPluginVersion>
@@ -329,8 +329,6 @@
           <properties>
             <maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
             <maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
-            <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
-            <https.protocols>${https.protocols}</https.protocols>
           </properties>
         </configuration>
         <executions>