This is an automated email from the ASF dual-hosted git repository.
radu pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git.
from 5aa8622 SLING-8391 - Add support for execution modes
new e777f78 SLING-8391 - Add support for execution modes
new 2dddd99 trivial: ignore the launcher folder
The 2 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 | 1 +
pom.xml | 5 +++++
src/main/java/org/apache/sling/cli/impl/Command.java | 5 ++++-
.../org/apache/sling/cli/impl/CommandProcessor.java | 6 +++---
.../org/apache/sling/cli/impl/ExecutionContext.java | 19 +++++++++++--------
.../cli/impl/release/CreateJiraVersionCommand.java | 3 ++-
.../apache/sling/cli/impl/release/ListCommand.java | 3 ++-
.../cli/impl/release/PrepareVoteEmailCommand.java | 3 ++-
.../sling/cli/impl/release/TallyVotesCommand.java | 3 ++-
.../cli/impl/release/UpdateLocalSiteCommand.java | 3 ++-
.../sling/cli/impl/release/UpdateReporterCommand.java | 3 ++-
.../cli/impl/release/PrepareVoteEmailCommandTest.java | 2 +-
.../sling/cli/impl/release/TallyVotesCommandTest.java | 6 +++---
.../cli/impl/release/UpdateReporterCommandTest.java | 6 +++---
14 files changed, 43 insertions(+), 25 deletions(-)