-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
What feature do you want to see added?
Currently the untag command is only implemented partly:
- the SvnUnTagCommand seems to be implemented
- but the SvnJavaScmProvider returns null for getUntagCommand() instead of a new instance of SvnUnTagCommand
As the maven-release-plugin uses the untag command during rollback starting with 3.0.0, we currently get an NPE whenever executing a rollback.
Upstream changes
No response