This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch doxia-2.0.0 in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
discard ae077a6 Prepare for Doxia 2.0.0 add 460582c [MINVOKER-330] Allow relative path for mavenExecutable add 3e4f3c9 [MINVOKER-332] Update plugins versions used in ITs add bb40a30 [MINVOKER-333] Artifact should be installed once add c3dbd68 [maven-release-plugin] prepare release maven-invoker-plugin-3.5.1 add e42da37 [maven-release-plugin] prepare for next development iteration add 5c62df6 [MNG-6825] Replace StringUtils with Commons Lang3 add 9c3e913 configure notifications new 3ae28ce Prepare for Doxia 2.0.0 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 (ae077a6) \ N -- N -- N refs/heads/doxia-2.0.0 (3ae28ce) 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: .asf.yaml | 7 +++- pom.xml | 10 +++--- .../pom.xml | 7 ++-- .../src/it/project/pom.xml | 2 +- .../src/it/minvoker-142/verify.groovy | 2 +- .../src/it/minvoker-test/verify.groovy | 2 +- .../src/it/minvoker-test/verify.groovy | 2 +- .../src/it/minvoker-test/verify.groovy | 2 +- .../maven/plugins/invoker/AbstractInvokerMojo.java | 4 +-- .../apache/maven/plugins/invoker/InstallMojo.java | 42 +++++++++++----------- .../maven/plugins/invoker/InvokerProperties.java | 8 +++-- .../maven/plugins/invoker/InvokerReport.java | 2 +- .../maven/plugins/invoker/SelectorUtils.java | 2 +- .../plugins/invoker/InvokerPropertiesTest.java | 2 +- 14 files changed, 53 insertions(+), 41 deletions(-) copy src/it/{MINVOKER-294-mavenExacutable-in-properties => MINVOKER-330-realative-mavenExacutable}/pom.xml (89%) copy src/it/{MINVOKER-294-mavenExacutable-in-properties => MINVOKER-330-realative-mavenExacutable}/src/it/project/pom.xml (96%)