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 <rene.gie...@gmail.com> Authored: Tue Mar 21 10:35:31 2017 +0100 Committer: Rene Gielen <rene.gie...@gmail.com> 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 <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-secure-jakarta-multipart-parser-plugin</artifactId> - <version>[VERSION]</version> + <version>1.0</version> </dependency> ``` +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 <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-secure-jakarta-stream-multipart-parser-plugin</artifactId> - <version>[VERSION]</version> + <version>1.0</version> </dependency> ``` +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.