You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/03/20 07:05:26 UTC

[11/13] struts-extras git commit: Updates example Maven dependency with proper artifactId

Updates example Maven dependency with proper 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/b16db50e
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/b16db50e
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/b16db50e

Branch: refs/heads/master
Commit: b16db50ea786435d05ad0f161c2ca64f01b3dfc3
Parents: 9eafdc5
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 07:43:22 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 07:43:22 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/b16db50e/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 0f27ce5..2e28f60 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-multipart-parser-plugin</artifactId>
+    <artifactId>struts2-secure-jakarta--stream-multipart-parser-plugin</artifactId>
     <version>[VERSION]</version>            
 </dependency>
 ```