This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
from 14c3ee7 Merge pull request #29 from apache/feature/SLING-13253-list
add 6799718 SLING-13253 - release close-staging command
new 6f5d818 Merge pull request #30 from
apache/feature/SLING-13253-close-staging
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:
.../release/AbstractStagingRepositoryCommand.java | 94 +++++++++++++
.../cli/impl/release/CloseStagingCommand.java | 105 +++++++++++++++
.../cli/impl/release/CloseStagingCommandTest.java | 145 +++++++++++++++++++++
3 files changed, 344 insertions(+)
create mode 100644
src/main/java/org/apache/sling/cli/impl/release/AbstractStagingRepositoryCommand.java
create mode 100644
src/main/java/org/apache/sling/cli/impl/release/CloseStagingCommand.java
create mode 100644
src/test/java/org/apache/sling/cli/impl/release/CloseStagingCommandTest.java