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 6f5d818 Merge pull request #30 from
apache/feature/SLING-13253-close-staging
add f2e89bc SLING-13253 - release promote and drop staging repository
commands
new b772297 Merge pull request #31 from
apache/feature/SLING-13253-promote-drop
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:
.../apache/sling/cli/impl/release/DropCommand.java | 82 ++++++++++++++++++++
.../sling/cli/impl/release/PromoteCommand.java | 90 ++++++++++++++++++++++
...tagingCommandTest.java => DropCommandTest.java} | 61 +++++----------
...ingCommandTest.java => PromoteCommandTest.java} | 64 ++++-----------
4 files changed, 206 insertions(+), 91 deletions(-)
create mode 100644
src/main/java/org/apache/sling/cli/impl/release/DropCommand.java
create mode 100644
src/main/java/org/apache/sling/cli/impl/release/PromoteCommand.java
copy
src/test/java/org/apache/sling/cli/impl/release/{CloseStagingCommandTest.java
=> DropCommandTest.java} (59%)
copy
src/test/java/org/apache/sling/cli/impl/release/{CloseStagingCommandTest.java
=> PromoteCommandTest.java} (54%)