This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new c77a829 Fix typo in dependency name new 18e8c98 Merge pull request #106 from FliegenKLATSCH/patch-1 c77a829 is described below commit c77a82968e5ee6babb11fa8718a1a02d31502d16 Author: FliegenKLATSCH <m...@fliegenklatsch.de> AuthorDate: Mon Jul 29 09:34:49 2019 +0200 Fix typo in dependency name --- docs/scp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scp.md b/docs/scp.md index dd4e92c..840cadf 100644 --- a/docs/scp.md +++ b/docs/scp.md @@ -7,7 +7,7 @@ to add this additional dependency to your maven project: <dependency> <groupId>org.apache.sshd</groupId> - <artifactId>sshd-sscp</artifactId> + <artifactId>sshd-scp</artifactId> <version>...same as sshd-core...</version> </dependency>