You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/05/08 20:17:41 UTC

[maven-release] branch master updated (6996696 -> 315f60b)

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

rfscholte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git.


    from 6996696  [MRELEASE-1024] Upgrade to SCM 1.11.2
     add 8659bb9  MRELEASE-985 Override snapshot dependencies from command line
     new 315f60b  MRELEASE-985 Override snapshot dependencies from command line

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:
 .../shared/release/DefaultReleaseManager.java      | 50 ++++++++++++++--------
 .../phase/CheckDependencySnapshotsPhase.java       | 17 +++++---
 .../phase/CheckDependencySnapshotsPhaseTest.java   | 35 ++++++++++++++-
 .../pom.xml                                        | 14 +++---
 4 files changed, 85 insertions(+), 31 deletions(-)
 copy maven-release-manager/src/test/resources/projects/check-dependencies/{internal-and-external-snapshot-plugins/subproject1 => internal-snapshot-dependencies-no-reactor}/pom.xml (73%)


[maven-release] 01/01: MRELEASE-985 Override snapshot dependencies from command line

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 315f60ba42c20ba8b6e6ac739f4d0a6c74c7a4c0
Merge: 6996696 8659bb9
Author: Robert Scholte <rf...@apache.org>
AuthorDate: Wed May 8 22:17:37 2019 +0200

    MRELEASE-985 Override snapshot dependencies from command line

 .../shared/release/DefaultReleaseManager.java      | 50 ++++++++++++++--------
 .../phase/CheckDependencySnapshotsPhase.java       | 17 +++++---
 .../phase/CheckDependencySnapshotsPhaseTest.java   | 35 ++++++++++++++-
 .../pom.xml                                        | 31 ++++++++++++++
 4 files changed, 107 insertions(+), 26 deletions(-)