You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/12/07 11:43:42 UTC

svn commit: r1418268 - /commons/proper/bcel/trunk/pom.xml

Author: sebb
Date: Fri Dec  7 10:43:42 2012
New Revision: 1418268

URL: http://svn.apache.org/viewvc?rev=1418268&view=rev
Log:
Now using JIRA

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1418268&r1=1418267&r2=1418268&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Fri Dec  7 10:43:42 2012
@@ -53,6 +53,8 @@
       <commons.osgi.import>*</commons.osgi.import>
       <commons.osgi.dynamicImport />
       <commons.osgi.private />
+      <commons.jira.id>BCEL</commons.jira.id>
+      <commons.jira.pid>12314220</commons.jira.pid>
     </properties> 
 
     <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->
@@ -162,8 +164,8 @@
     </mailingLists>
 
     <issueManagement>
-        <system>bugzilla</system>
-        <url>https://issues.apache.org/bugzilla</url>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/BCEL</url>
     </issueManagement>
 
     <scm>