You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/03/15 15:11:26 UTC

[maven-invoker] 01/01: [MSHARED-752] - Upgrade maven-shared-component to 34

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

khmarbaise pushed a commit to branch MSHARED-752
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git

commit 01829bc511ffc453ddb11759ca9e0032f9249e93
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Aug 7 21:53:06 2018 +0200

    [MSHARED-752] - Upgrade maven-shared-component to 34
---
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e5138e..407e43b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
+    <version>34</version>
     <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
   </parent>
 
@@ -66,11 +66,6 @@ under the License.
     </contributor>
   </contributors>
 
-  <properties>
-    <surefire.version>2.21.0</surefire.version>
-    <javaVersion>7</javaVersion>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -101,6 +96,7 @@ under the License.
             <property>
               <name>maven.home</name>
               <value>${maven.home}</value>
+              <https.protocols>${https.protocols}</https.protocols>
             </property>
           </systemProperties>
           <excludes>
@@ -141,6 +137,7 @@ under the License.
                 <property>
                   <name>maven.repo.local</name>
                   <value>${maven.repo.local}</value>
+                  <https.protocols>${https.protocols}</https.protocols>
                 </property>
               </systemProperties>
             </configuration>