You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/22 17:55:52 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.

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

commit 3ac964295dbcbf40a1b5321646f1494acfb402e8
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Feb 22 18:49:44 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 7e5138e..492f089 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
-    <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
+    <version>34</version>
+    <relativePath />
   </parent>
 
 
@@ -67,8 +67,7 @@ under the License.
   </contributors>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
-    <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-02-22T18:51:22Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
@@ -101,6 +100,7 @@ under the License.
             <property>
               <name>maven.home</name>
               <value>${maven.home}</value>
+              <https.protocols>${https.protocols}</https.protocols>
             </property>
           </systemProperties>
           <excludes>
@@ -141,6 +141,7 @@ under the License.
                 <property>
                   <name>maven.repo.local</name>
                   <value>${maven.repo.local}</value>
+                  <https.protocols>${https.protocols}</https.protocols>
                 </property>
               </systemProperties>
             </configuration>