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:22 UTC

[07/13] struts-extras git commit: Adds badges with license and current version in the Maven Central

Adds badges with license and current version in the Maven Central


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

Branch: refs/heads/master
Commit: 4954222d6b6d5d1c134e695bd26e5e3a401b97e5
Parents: 29f4231
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sat Mar 18 14:59:12 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Sat Mar 18 14:59:12 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4954222d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 93c1da3..0bd5922 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # The Apache Struts Extras
 
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
 This a subproject of the [Apache Struts](http://struts.apache.org/) project which provides different plugins,
 mostly focused on fixing (if possibe) vulnerabilities in older versions of the framework.
 

http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4954222d/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 acaeb80..c8ca76a 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -1,5 +1,8 @@
 # Apache Struts 2 Extras - secure Jakarta Multipart parser plugin
 
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-multipart-parser-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-multipart-parser-plugin/)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
 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.
  

http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4954222d/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 c37e0a8..0f27ce5 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -1,5 +1,8 @@
 # Apache Struts 2 Extras - Secure Jakarta Stream Multipart parser plugin
 
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-stream-multipart-parser-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-stream-multipart-parser-plugin/)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
 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.