Drops one dash from artifactId
Project: http://git-wip-us.apache.org/repos/asf/struts-extras/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-extras/commit/41e4bd02 Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/41e4bd02 Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/41e4bd02 Branch: refs/heads/master Commit: 41e4bd029319ed7e0dd02dafe7b983090b053151 Parents: f198ed1 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Mon Mar 20 11:39:37 2017 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Mon Mar 20 11:39:37 2017 +0100 ---------------------------------------------------------------------- struts2-secure-jakarta-stream-multipart-parser-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-extras/blob/41e4bd02/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md ---------------------------------------------------------------------- diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md index 65e43bf..b6eabca 100644 --- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md +++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md @@ -23,7 +23,7 @@ If you are using Maven to build your project, please add the following dependenc ```xml <dependency> <groupId>org.apache.struts</groupId> - <artifactId>struts2-secure-jakarta--stream-multipart-parser-plugin</artifactId> + <artifactId>struts2-secure-jakarta-stream-multipart-parser-plugin</artifactId> <version>[VERSION]</version> </dependency> ```