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 2018/04/02 11:52:58 UTC

[maven-dependency-plugin] branch MDEP-585 updated (4bf5166 -> 341e0a7)

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

khmarbaise pushed a change to branch MDEP-585
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard 4bf5166  [MDEP-585] - Upgrade plexus-archiver to 3.5.  - Required upgrade of JDK 7 minimum.
     add 399db5c  [MDEP-584] - Upgrade plexus-utils to version 3.1.0  o Code patch applied from Mark Raynsford <co...@io7m.com>  o This updates the plexus-utils dependency to 3.1.0. It corrects four    unit tests that were failing due to new behaviour in 3.1.0: It appears    that the new plexus-utils copies the lastModified attributes of files,    and the old tests were implicitly depending on the attributes not    being copied.
     new 341e0a7  [MDEP-585] - Upgrade plexus-archiver to 3.5.  - Required upgrade of JDK 7 minimum.

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   (4bf5166)
            \
             N -- N -- N   refs/heads/MDEP-585 (341e0a7)

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                                            |  2 +-
 .../dependency/fromConfiguration/TestCopyMojo.java | 22 +++++-----
 .../fromDependencies/TestCopyDependenciesMojo.java | 49 +++++++++-------------
 3 files changed, 33 insertions(+), 40 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-dependency-plugin] 01/01: [MDEP-585] - Upgrade plexus-archiver to 3.5. - Required upgrade of JDK 7 minimum.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MDEP-585
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 341e0a71ce3b30c7d118bcac8dd76a0e28270397
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Feb 28 16:39:19 2018 +0100

    [MDEP-585] - Upgrade plexus-archiver to 3.5.
     - Required upgrade of JDK 7 minimum.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2152a2..e7113fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>
@@ -178,7 +179,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.4</version>
+      <version>3.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.