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 10:40:19 UTC

[1/2] struts-extras git commit: Fixes typo with supported versions

Repository: struts-extras
Updated Branches:
  refs/heads/master 3a1a84d6e -> 41e4bd029


Fixes typo with supported versions


Project: http://git-wip-us.apache.org/repos/asf/struts-extras/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-extras/commit/f198ed10
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/f198ed10
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/f198ed10

Branch: refs/heads/master
Commit: f198ed102cd2fde0ab77c701a3c5d16a35762ff8
Parents: 3a1a84d
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 11:37:52 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 11:37:52 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/f198ed10/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 2e28f60..65e43bf 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -10,7 +10,7 @@ You should use this plugin in case you are not able to migrated to the latest St
 
 ## Supported versions
 
-This plugins can be used with the Apache Struts versions 2.5.20 till 2.5.5, if you are running the Apache Struts 2.5.8+
+This plugins can be used with the Apache Struts versions 2.3.20 till 2.5.5, if you are running the Apache Struts 2.5.8+
 you must migrate to the latest version which is [Struts 2.5.10.1](http://struts.apache.org/announce.html#a20170307).
 
 ## How to use it


[2/2] struts-extras git commit: Drops one dash from artifactId

Posted by lu...@apache.org.
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 <lu...@gmail.com>
Authored: Mon Mar 20 11:39:37 2017 +0100
Committer: Lukasz Lenart <lu...@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>
 ```