Skip to content

Commit 6652492

Browse files
authored
Update README.md
1 parent c2a52c7 commit 6652492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Features:
5454
- Use methods of `IVCS` interface. See [scm4j-vcs-api](https://github.com/scm4j/scm4j-vcs-api) for details
5555
- Use `vcs.setProxy()` and `vcs.setCredentials()` if necessary
5656
- Use `VCSTag createUnannotatedTag(String branchName, String tagName, String revisionToTag)` to create git unannontated tag with name `tagName` on `revisionToTag` commit of branch `branchName`. If `branchName` is null then master branch is used. If `revisionToTag` is null then head of branch `branchName` is used.
57-
-
5857

5958
# Implementation details
6059
- [JGit](https://eclipse.org/jgit/) is used as framework to work with Git repositories

0 commit comments

Comments
 (0)