Adds SCm & CI info

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

Branch: refs/heads/master
Commit: 1def043b742ca13182eb8519a6a40fc881982be2
Parents: 0f2db11
Author: Lukasz Lenart <lukasz.len...@gmail.com>
Authored: Mon Mar 20 08:11:14 2017 +0100
Committer: Lukasz Lenart <lukasz.len...@gmail.com>
Committed: Mon Mar 20 08:11:14 2017 +0100

----------------------------------------------------------------------
 .../pom.xml                                     | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/1def043b/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 e73996a..1c315ff 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-multipart-parser-plugin/pom.xml
@@ -37,6 +37,31 @@
         This plugin allows to fix a vulnerability S2-045 without a need to 
migrate to the latest Struts versions
     </description>
 
+    <scm>
+        <connection>scm:git:git://git.apache.org/struts.git</connection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts.git</developerConnection>
+        <url>http://git.apache.org/struts.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/browse/WW</url>
+    </issueManagement>
+
+    <ciManagement>
+        <system>Jenkins</system>
+        <url>https://builds.apache.org/hudson/view/S-Z/view/Struts</url>
+        <notifiers>
+            <notifier>
+                <type>mail</type>
+                <configuration>
+                    <address>d...@struts.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+
     <dependencies>
 
         <dependency>

Reply via email to