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/03/30 23:14:58 UTC

[maven-dependency-plugin] branch MSHARED-850 updated (f0ae818 -> 184d5d5)

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

slachiewicz pushed a change to branch MSHARED-850
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard f0ae818  Use also maven 3.0.5
 discard ab4dc47  [MSHARED-850] Run tests with new snapshot version
     add 765db38  (doc) Fix broken link to developpers mailing list
     add 23ce086  doc - Add note on dependecy:tree -Dverbose support in 3.0+
     add 2284376  Merge pull request #4 from grimsa/patch-1
     add d3cf760  update dependencies
     add 6e16af8  revert maven-artifact-transfer
     add db1cb20  Merge pull request #32 from apache/update
     add e3db8f3  [maven-release-plugin] prepare release maven-dependency-plugin-3.1.2
     add 0d199ca  [maven-release-plugin] prepare for next development iteration
     add 6403b91  Revert "[maven-release-plugin] prepare for next development iteration"
     add ed46fa5  Revert "[maven-release-plugin] prepare release maven-dependency-plugin-3.1.2"
     add 0bc716b  Fixed JavaDoc issue.
     add 4571c88  [maven-release-plugin] prepare release maven-dependency-plugin-3.1.2
     add 9715a9a  [maven-release-plugin] prepare for next development iteration
     add 133dbff  fix JavaDoc errors (#33)
     add 8d21744  remove unused code (#34)
     add 5b1f6fb  remove unthrown exceptions (#35)
     add 4db04b7  docs: fix typo (#38)
     add dac074e  [MDEP-681] - Remove no longer required execlusions
     add a1037f7  cure a deprecation warning (#39)
     add f953c07  [MDEP-682] - Upgrade asm to 8.0
     add 59f0af4  Removed accidently added file.
     add d6fcd8b  Ingnore file being created by Mock Repository Manager during integration test to prevent accidently adding this file.
     add 773e8f9  [MDEP-683] - Upgrade doxia version to 1.9.1
     add 19fa2a8  remove debugging code (#41)
     add ea48aa2  update commons-lang (#40)
     new 184d5d5  [MSHARED-850] Run tests with new snapshot version

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   (f0ae818)
            \
             N -- N -- N   refs/heads/MSHARED-850 (184d5d5)

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:
 .gitignore                                         |  4 +++
 CONTRIBUTING.md                                    |  4 +--
 Jenkinsfile                                        |  2 +-
 README.md                                          |  2 +-
 pom.xml                                            | 30 +++++++++-------------
 .../plugins/dependency/DisplayAncestorsMojo.java   |  2 +-
 .../dependency/PurgeLocalRepositoryMojo.java       | 13 ++++------
 .../dependency/analyze/AbstractAnalyzeMojo.java    |  2 +-
 .../fromDependencies/CopyDependenciesMojo.java     |  2 +-
 .../fromDependencies/UnpackDependenciesMojo.java   |  5 ++--
 .../resolvers/ResolveDependencySourcesMojo.java    |  2 +-
 ...solving-conflicts-using-the-dependency-tree.apt |  9 +++++++
 src/site/apt/index.apt.vm                          |  6 ++---
 .../fromConfiguration/TestUnpackMojo.java          | 21 ---------------
 .../TestCopyDependenciesMojo2.java                 |  2 +-
 .../dependency/utils/TestDependencyUtil.java       | 14 +---------
 16 files changed, 45 insertions(+), 75 deletions(-)


[maven-dependency-plugin] 01/01: [MSHARED-850] Run tests with new snapshot version

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

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

commit 184d5d53549cdd8ae02f121e195109e4e9e575e9
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Feb 7 18:11:07 2020 +0100

    [MSHARED-850] Run tests with new snapshot version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8abf233..bd96ba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-tree</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>