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:25 UTC

[maven-invoker] branch MSHARED-752 updated (3ac9642 -> 01829bc)

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

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


 discard 3ac9642  [MSHARED-752] Upgrade maven-shared-component to 34
     new 01829bc  [MSHARED-752] - Upgrade maven-shared-component to 34

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3ac9642)
            \
             N -- N -- N   refs/heads/MSHARED-752 (01829bc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


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

Posted by kh...@apache.org.
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>