You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2013/10/22 23:49:04 UTC

svn commit: r1534813 - /incubator/sirona/trunk/pom.xml

Author: olamy
Date: Tue Oct 22 21:49:03 2013
New Revision: 1534813

URL: http://svn.apache.org/r1534813
Log:
add ciManagement and issueManagement

Modified:
    incubator/sirona/trunk/pom.xml

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1534813&r1=1534812&r2=1534813&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Tue Oct 22 21:49:03 2013
@@ -125,6 +125,16 @@
     <url>http://svn.apache.org/viewvc/incubator/sirona/trunk/</url>
   </scm>
 
+  <ciManagement>
+    <system>jenkins</system>
+    <url>https://builds.apache.org/job/sirona/</url>
+  </ciManagement>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/SIRONA</url>
+  </issueManagement>
+
   <build>
     <pluginManagement>
       <plugins>