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 2019/05/12 14:21:31 UTC

[maven-invoker] branch MSHARED-752 updated (d2a1380 -> ed7a079)

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 d2a1380  [MSHARED-752] - Upgrade maven-shared-component to 33.
     add aa5a141  [MNGSITE-341] use https for sigs, hashes and KEYS
     add d54317d  [MPOM-205] use sha512 checksums instead of sha1
     add 3d43b01  Pass https.protocols to surefire Use source/target 1.7 for Java 9 and above
     new ed7a079  [MSHARED-752] - Upgrade maven-shared-component to 33.

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   (d2a1380)
            \
             N -- N -- N   refs/heads/MSHARED-752 (ed7a079)

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                                            | 24 ++++++++++
 src/site/xdoc/download.xml.vm                      |  6 +--
 .../maven/shared/invoker/DefaultInvokerTest.java   | 52 +++++++++++-----------
 3 files changed, 53 insertions(+), 29 deletions(-)


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

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 ed7a079ae2e81a3ece12da2311a7c7c6943f7eec
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Aug 7 21:53:06 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 7e5138e..88c5416 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>33</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>