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 419114d [MRELEASE-998] Add ability to create custom phases new 2a49b7f Copy javadoc new 2b3ce94 Add unittest for DefaultVersionPolicy new bb16d94 Reorganize if/then/else -statements to reduce nesting new c72c431 [MRELEASE-694] -SNAPSHOT is unexpectedly appended to version in branched pom.xml The 4 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/config/ReleaseDescriptor.java | 263 ++++++++++++++++++++- .../shared/release/phase/MapVersionsPhase.java | 63 +++-- .../shared/release/phase/MapVersionsPhaseTest.java | 73 ++++++ .../release/policies/DefaultVersionPolicyTest.java | 73 ++++++ .../branch/{MRELEASE-458 => MRELEASE-694}/pom.xml | 40 ++-- .../MRELEASE-694}/test.properties | 9 +- .../{MRELEASE-976 => MRELEASE-694}/verify.groovy | 9 +- 7 files changed, 467 insertions(+), 63 deletions(-) create mode 100644 maven-release-manager/src/test/java/org/apache/maven/shared/release/policies/DefaultVersionPolicyTest.java copy maven-release-plugin/src/it/projects/branch/{MRELEASE-458 => MRELEASE-694}/pom.xml (72%) copy maven-release-plugin/src/it/projects/{prepare/MRELEASE-483 => branch/MRELEASE-694}/test.properties (84%) copy maven-release-plugin/src/it/projects/branch/{MRELEASE-976 => MRELEASE-694}/verify.groovy (75%) -- To stop receiving notification emails like this one, please contact rfscho...@apache.org.