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:11:30 UTC

[2/6] struts-extras git commit: Adds SCM and CI info

Adds SCM and 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/528285fa
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/528285fa
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/528285fa

Branch: refs/heads/master
Commit: 528285fa36160d049551e2a2eb097bb9d04ae40a
Parents: 903c81a
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Mar 20 08:08:52 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 20 08:08:52 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/528285fa/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 f9fcada..a9f97a8 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/pom.xml
@@ -41,6 +41,31 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 
+    <scm>
+        <connection>scm:git:git://git.apache.org/struts-extras.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.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>dev@struts.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+
     <dependencies>
 
         <dependency>