struts-extras git commit: be more explicit in the README regarding Maven coordinates and direct download

2017-03-21 Thread rgielen
Repository: struts-extras
Updated Branches:
  refs/heads/master 05892506e -> f7be30754


be more explicit in the README regarding Maven coordinates and direct download

To help users with less development experience, provide a concrete version in 
the Maven dependecy snippet (which is unlikely to change anyway...) and provide 
a direct donwload link to the Jar in Maven Central, to help drop-in fixing.


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

Branch: refs/heads/master
Commit: f7be30754f3ac98b3a63506d8bba4db880f633de
Parents: 0589250
Author: Rene Gielen 
Authored: Tue Mar 21 10:35:31 2017 +0100
Committer: Rene Gielen 
Committed: Tue Mar 21 10:35:31 2017 +0100

--
 struts2-secure-jakarta-multipart-parser-plugin/README.md| 4 +++-
 struts2-secure-jakarta-stream-multipart-parser-plugin/README.md | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/f7be3075/struts2-secure-jakarta-multipart-parser-plugin/README.md
--
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md 
b/struts2-secure-jakarta-multipart-parser-plugin/README.md
index caea826..5a14278 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -24,10 +24,12 @@ If you are using Maven to build your project, please add 
the following dependenc
 
 org.apache.struts
 struts2-secure-jakarta-multipart-parser-plugin
-[VERSION]
+1.0
 
 ```
 
+If you are not building with Maven or you simply need the Jar to drop it into 
an existing Struts 2 based application deployment, you can [download it 
directly from Maven 
Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-multipart-parser-plugin/1.0/struts2-secure-jakarta-multipart-parser-plugin-1.0.jar).
+
 ## Remarks
 
 Please be aware that this is just a temporary solution, you should consider 
migration to the latest version anyway.

http://git-wip-us.apache.org/repos/asf/struts-extras/blob/f7be3075/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 b6eabca..3e52efd 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -24,10 +24,12 @@ If you are using Maven to build your project, please add 
the following dependenc
 
 org.apache.struts
 
struts2-secure-jakarta-stream-multipart-parser-plugin
-[VERSION]
+1.0
 
 ```
 
+If you are not building with Maven or you simply need the Jar to drop it into 
an existing Struts 2 based application deployment, you can [download it 
directly from Maven 
Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-stream-multipart-parser-plugin/1.0/struts2-secure-jakarta-stream-multipart-parser-plugin-1.0.jar).
+
 ## Remarks
 
 Please be aware that this is just a temporary solution, you should consider 
migration to the latest version anyway.



[5/5] struts-extras git commit: Drops dot

2017-03-21 Thread lukaszlenart
Drops dot


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

Branch: refs/heads/master
Commit: c477f3ebc1ef528b6b69114303fc864f3181af4a
Parents: 21b57f5
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:53:27 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:53:27 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/c477f3eb/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 ca085f0..c6598ce 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -27,7 +27,7 @@ Just drop the jar into `WEB-INF/libs` folder and add the 
bellow definition into
   
  ```
 
-- if you are running the Apache Struts 2.5 - .2.5.5
+- if you are running the Apache Struts 2.5 - 2.5.5
  ```xml
   

[4/5] struts-extras git commit: Drops plugin definition

2017-03-21 Thread lukaszlenart
Drops plugin definition


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

Branch: refs/heads/master
Commit: 21b57f5f39d7a508ec44f97359f8b71dde3ad1ee
Parents: 7b24dca
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:53:07 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:53:07 2017 +0100

--
 .../src/main/resources/struts-plugin.xml| 36 
 1 file changed, 36 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/21b57f5f/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml
--
diff --git 
a/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml
 
b/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml
deleted file mode 100644
index 9fffba2..000
--- 
a/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-http://struts.apache.org/dtds/struts-2.3.dtd";>
-
-
-
-  
-
-  
-  
-  
-  
-
-



[2/5] struts-extras git commit: Drops plugin definition

2017-03-21 Thread lukaszlenart
Drops plugin definition


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

Branch: refs/heads/master
Commit: 994062e8ae5f40746c310505abadc58f8bcaa80e
Parents: 3440fca
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:50:24 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:50:24 2017 +0100

--
 .../src/main/resources/struts-plugin.xml| 33 
 1 file changed, 33 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/994062e8/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml
--
diff --git 
a/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml
 
b/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml
deleted file mode 100644
index de48c95..000
--- 
a/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-http://struts.apache.org/dtds/struts-2.3.dtd";>
-
-
-
-  
-
-  
-
-



[1/5] struts-extras git commit: Adds info how to define a bean in struts.xml

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Branches:
  refs/heads/master f7be30754 -> c477f3ebc


Adds info how to define a bean in struts.xml


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

Branch: refs/heads/master
Commit: 3440fcaa27d30a4c801a3893787b71525de99ab9
Parents: f7be307
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:50:14 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:50:14 2017 +0100

--
 .../README.md   | 28 +---
 1 file changed, 25 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/3440fcaa/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 3e52efd..ca085f0 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -15,8 +15,29 @@ you must migrate to the latest version which is [Struts 
2.5.10.1](http://struts.
 
 ## How to use it
 
-Just drop the jar into `WEB-INF/libs` folder and restart your application, you 
can use on of the existing PoCs
-to test if everything is ok.
+Just drop the jar into `WEB-INF/libs` folder and add the bellow definition 
into your `struts.xml`:
+
+- if you are running the Apache Struts 2.3.8 - 2.3.31
+ ```xml
+  
+
+  
+ ```
+
+- if you are running the Apache Struts 2.5 - .2.5.5
+ ```xml
+  
+
+   
+ ```
+
+and then restart your application, you can use on of the existing PoCs to test 
if everything is ok.
 
 If you are using Maven to build your project, please add the following 
dependency into your pom:
   
@@ -28,7 +49,8 @@ If you are using Maven to build your project, please add the 
following dependenc
 
 ```
 
-If you are not building with Maven or you simply need the Jar to drop it into 
an existing Struts 2 based application deployment, you can [download it 
directly from Maven 
Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-stream-multipart-parser-plugin/1.0/struts2-secure-jakarta-stream-multipart-parser-plugin-1.0.jar).
+If you are not building with Maven or you simply need the Jar to drop it into 
an existing Struts 2 based application deployment, 
+you can [download it directly from Maven 
Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-stream-multipart-parser-plugin/1.0/struts2-secure-jakarta-stream-multipart-parser-plugin-1.0.jar).
 
 ## Remarks
 



[3/5] struts-extras git commit: Adds info how to define a bean in struts.xml

2017-03-21 Thread lukaszlenart
Adds info how to define a bean in struts.xml


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

Branch: refs/heads/master
Commit: 7b24dca44b05ffbfdfa7f520d979540caf9f44d6
Parents: 994062e
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:52:48 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:52:48 2017 +0100

--
 .../README.md   | 26 +---
 1 file changed, 23 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/7b24dca4/struts2-secure-jakarta-multipart-parser-plugin/README.md
--
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md 
b/struts2-secure-jakarta-multipart-parser-plugin/README.md
index 5a14278..c13005b 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -15,8 +15,27 @@ you must migrate to the latest version which is [Struts 
2.5.10.1](http://struts.
 
 ## How to use it
 
-Just drop the jar into `WEB-INF/libs` folder and restart your application, you 
can use on of the existing PoCs
-to test if everything is ok.
+Just drop the jar into `WEB-INF/libs` folder and add the bellow definition 
into your `struts.xml`:
+
+- if you are running the Apache Struts 2.3.8 - 2.3.31
+ ```xml
+  
+
+  
+ ```
+
+- if you are running the Apache Struts 2.5 - 2.5.5
+ ```xml
+  
+
+   
+ ```
 
 If you are using Maven to build your project, please add the following 
dependency into your pom:
   
@@ -28,7 +47,8 @@ If you are using Maven to build your project, please add the 
following dependenc
 
 ```
 
-If you are not building with Maven or you simply need the Jar to drop it into 
an existing Struts 2 based application deployment, you can [download it 
directly from Maven 
Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-multipart-parser-plugin/1.0/struts2-secure-jakarta-multipart-parser-plugin-1.0.jar).
+If you are not building with Maven or you simply need the Jar to drop it into 
an existing Struts 2 based application deployment, 
+you can [download it directly from Maven 
Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-multipart-parser-plugin/1.0/struts2-secure-jakarta-multipart-parser-plugin-1.0.jar).
 
 ## Remarks
 



struts-extras git commit: Adds section about restarting app

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Branches:
  refs/heads/master c477f3ebc -> 99a3024d4


Adds section about restarting app


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

Branch: refs/heads/master
Commit: 99a3024d441238c43f1a5c3b22dc09bd33d2de6d
Parents: c477f3e
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:55:08 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:55:08 2017 +0100

--
 struts2-secure-jakarta-multipart-parser-plugin/README.md| 2 ++
 struts2-secure-jakarta-stream-multipart-parser-plugin/README.md | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/99a3024d/struts2-secure-jakarta-multipart-parser-plugin/README.md
--
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md 
b/struts2-secure-jakarta-multipart-parser-plugin/README.md
index c13005b..c561741 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -37,6 +37,8 @@ Just drop the jar into `WEB-INF/libs` folder and add the 
bellow definition into

  ```
 
+and then restart your application, you can use one of the existing PoCs to 
test if everything is ok.
+
 If you are using Maven to build your project, please add the following 
dependency into your pom:
   
 ```xml

http://git-wip-us.apache.org/repos/asf/struts-extras/blob/99a3024d/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 c6598ce..938fb92 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -37,7 +37,7 @@ Just drop the jar into `WEB-INF/libs` folder and add the 
bellow definition into

  ```
 
-and then restart your application, you can use on of the existing PoCs to test 
if everything is ok.
+and then restart your application, you can use one of the existing PoCs to 
test if everything is ok.
 
 If you are using Maven to build your project, please add the following 
dependency into your pom:
   



struts-extras git commit: Fixes typo

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Branches:
  refs/heads/master 99a3024d4 -> 1ea7a1983


Fixes typo


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

Branch: refs/heads/master
Commit: 1ea7a19830586a30b02a3ef821387080bcd33911
Parents: 99a3024
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:56:38 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:56:38 2017 +0100

--
 struts2-secure-jakarta-multipart-parser-plugin/README.md| 2 +-
 struts2-secure-jakarta-stream-multipart-parser-plugin/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/1ea7a198/struts2-secure-jakarta-multipart-parser-plugin/README.md
--
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md 
b/struts2-secure-jakarta-multipart-parser-plugin/README.md
index c561741..b908c01 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -6,7 +6,7 @@
 This plugin provides a safe implementation of the Jakarta Multipart parser 
from the Struts Core. It can be used
 to mitigate vulnerability described in the 
[S2-045](http://struts.apache.org/docs/s2-045.html) Security Bulletin.
  
-You should use this plugin in case you are not able to migrated to the latest 
Struts version.
+You should use this plugin in case you are not able to migrate to the latest 
Struts version.
 
 ## Supported versions
 

http://git-wip-us.apache.org/repos/asf/struts-extras/blob/1ea7a198/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 938fb92..7bfe523 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -6,7 +6,7 @@
 This plugin provides a safe implementation of the Jakarta Stream Multipart 
parser from the Struts Core. It can be used
 to mitigate vulnerability described in the 
[S2-045](http://struts.apache.org/docs/s2-045.html) Security Bulletin.
  
-You should use this plugin in case you are not able to migrated to the latest 
Struts version.
+You should use this plugin in case you are not able to migrate to the latest 
Struts version.
 
 ## Supported versions
 



struts-extras git commit: [maven-release-plugin] prepare release struts2-secure-jakarta-multipart-parser-plugin-1.1

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Branches:
  refs/heads/master 1ea7a1983 -> e24d4d537


[maven-release-plugin] prepare release 
struts2-secure-jakarta-multipart-parser-plugin-1.1


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

Branch: refs/heads/master
Commit: e24d4d537a1ce10ede61b23991e9e4ca3d1ccd40
Parents: 1ea7a19
Author: Lukasz Lenart 
Authored: Wed Mar 22 06:59:40 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 06:59:40 2017 +0100

--
 struts2-secure-jakarta-multipart-parser-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/e24d4d53/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
--
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml 
b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
index 231c2c7..0e04dd3 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
@@ -28,7 +28,7 @@
 4.0.0
 
 struts2-secure-jakarta-multipart-parser-plugin
-1.1-SNAPSHOT
+1.1
 jar
 Struts 2.3.8 - 2.5.5 secure Jakarta Multipart parser plugin
 
@@ -40,7 +40,7 @@
 scm:git:git://git.apache.org/struts-extras.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.git
 http://git.apache.org/struts-extras.git
-HEAD
+struts2-secure-jakarta-multipart-parser-plugin-1.1
 
 
 



struts-extras git commit: [maven-release-plugin] prepare for next development iteration

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Branches:
  refs/heads/master e24d4d537 -> f0c181eab


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: f0c181eab5acd41da80419dc651efe240c43a1a0
Parents: e24d4d5
Author: Lukasz Lenart 
Authored: Wed Mar 22 07:00:00 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 07:00:00 2017 +0100

--
 struts2-secure-jakarta-multipart-parser-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/f0c181ea/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
--
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml 
b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
index 0e04dd3..c951e03 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
@@ -28,7 +28,7 @@
 4.0.0
 
 struts2-secure-jakarta-multipart-parser-plugin
-1.1
+1.2-SNAPSHOT
 jar
 Struts 2.3.8 - 2.5.5 secure Jakarta Multipart parser plugin
 
@@ -40,7 +40,7 @@
 scm:git:git://git.apache.org/struts-extras.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.git
 http://git.apache.org/struts-extras.git
-struts2-secure-jakarta-multipart-parser-plugin-1.1
+HEAD
 
 
 



[struts-extras] Git Push Summary

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Tags:  refs/tags/struts2-secure-jakarta-multipart-parser-plugin-1.1 
[created] b1ebe5a78


[struts-extras] Git Push Summary

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Tags:  
refs/tags/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1 [created] 
7026923e4


struts-extras git commit: [maven-release-plugin] prepare release struts2-secure-jakarta-stream-multipart-parser-plugin-1.1

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Branches:
  refs/heads/master f0c181eab -> 74a824be7


[maven-release-plugin] prepare release 
struts2-secure-jakarta-stream-multipart-parser-plugin-1.1


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

Branch: refs/heads/master
Commit: 74a824be709aaabd5f5e88d3d27a2be152930c28
Parents: f0c181e
Author: Lukasz Lenart 
Authored: Wed Mar 22 07:02:21 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 07:02:21 2017 +0100

--
 struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/74a824be/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
--
diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml 
b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
index 0024236..0db804a 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
@@ -28,7 +28,7 @@
 4.0.0
 
 
struts2-secure-jakarta-stream-multipart-parser-plugin
-1.1-SNAPSHOT
+1.1
 jar
 Struts 2.3.20 - 2.5.5 secure Jakarta stream Multipart parser 
plugin
 
@@ -44,7 +44,7 @@
 scm:git:git://git.apache.org/struts-extras.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.git
 http://git.apache.org/struts-extras.git
-HEAD
+struts2-secure-jakarta-stream-multipart-parser-plugin-1.1
 
 
 



struts-extras git commit: [maven-release-plugin] prepare for next development iteration

2017-03-21 Thread lukaszlenart
Repository: struts-extras
Updated Branches:
  refs/heads/master 74a824be7 -> abfe90aea


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: abfe90aea1704deb4e0200166d36b4a0d5722892
Parents: 74a824b
Author: Lukasz Lenart 
Authored: Wed Mar 22 07:02:42 2017 +0100
Committer: Lukasz Lenart 
Committed: Wed Mar 22 07:02:42 2017 +0100

--
 struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/abfe90ae/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
--
diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml 
b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
index 0db804a..3a1e853 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
@@ -28,7 +28,7 @@
 4.0.0
 
 
struts2-secure-jakarta-stream-multipart-parser-plugin
-1.1
+1.2-SNAPSHOT
 jar
 Struts 2.3.20 - 2.5.5 secure Jakarta stream Multipart parser 
plugin
 
@@ -44,7 +44,7 @@
 scm:git:git://git.apache.org/struts-extras.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.git
 http://git.apache.org/struts-extras.git
-struts2-secure-jakarta-stream-multipart-parser-plugin-1.1
+HEAD
 
 
 



svn commit: r18874 - in /dev/struts/struts-extras: ./ struts2-secure-jakarta-multipart-parser-plugin/ struts2-secure-jakarta-multipart-parser-plugin/1.1/ struts2-secure-jakarta-stream-multipart-parser

2017-03-21 Thread lukaszlenart
Author: lukaszlenart
Date: Wed Mar 22 06:29:32 2017
New Revision: 18874

Log:
Prepares for vote

Added:
dev/struts/struts-extras/
dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/
dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-javadoc.jar
   (with props)

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-javadoc.jar.asc

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-javadoc.jar.md5

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-javadoc.jar.sha1

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip
   (with props)

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.asc

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.md5

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.sha1

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-sources.jar
   (with props)

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-sources.jar.asc

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-sources.jar.md5

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-sources.jar.sha1

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar
   (with props)

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.asc

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.md5

dev/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.sha1

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-javadoc.jar
   (with props)

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-javadoc.jar.asc

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-javadoc.jar.md5

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-javadoc.jar.sha1

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip
   (with props)

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.asc

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.md5

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.sha1

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-sources.jar
   (with props)

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-sources.jar.asc

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-sources.jar.md5

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-sources.jar.sha1

dev/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jak