This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch feature/SLING-8337
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git.
from a487fa5 SLING-8337 - Create sub-command to manage the Jira update
when promoting a release
new ea8878d SLING-8337 - Create sub-command to manage the Jira update
when promoting a release
new f884748 SLING-8368 - Name comparisons fail when accents are missing
new d38cfe1 Use release version of the parent pom
new eb94e9a Merge branch 'master' into feature/SLING-8337
The 36 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:
pom.xml | 10 +++
.../java/org/apache/sling/cli/impl/mail/Email.java | 88 +++++++++++++++++++---
.../apache/sling/cli/impl/mail/EmailThread.java | 31 --------
.../sling/cli/impl/mail/VoteThreadFinder.java | 17 ++++-
.../sling/cli/impl/people/MembersFinder.java | 17 ++++-
...aCommand.java => CreateJiraVersionCommand.java} | 14 ++--
.../sling/cli/impl/release/TallyVotesCommand.java | 33 ++++----
7 files changed, 142 insertions(+), 68 deletions(-)
delete mode 100644
src/main/java/org/apache/sling/cli/impl/mail/EmailThread.java
rename src/main/java/org/apache/sling/cli/impl/release/{UpdateJiraCommand.java
=> CreateJiraVersionCommand.java} (81%)