Author: rdonkin
Date: Tue May 31 15:30:48 2011
New Revision: 1129759
URL: http://svn.apache.org/viewvc?rev=1129759&view=rev
Log:
Pull up issue management.
Modified:
james/mailet/project/trunk/pom.xml
Modified: james/mailet/project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129759&r1=1129758&r2=1129759&view=diff
==============================================================================
--- james/mailet/project/trunk/pom.xml (original)
+++ james/mailet/project/trunk/pom.xml Tue May 31 15:30:48 2011
@@ -538,6 +538,16 @@ Mailing lists
</mailingList>
</mailingLists>
+<!--
+
+
+========================================
+Issue Management
+-->
+ <issueManagement>
+ <url>http://issues.apache.org/jira/browse/${issue.project.name}</url>
+ </issueManagement>
+
<!--
@@ -549,6 +559,7 @@ Properties
<target.jdk>1.5</target.jdk>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<plugin.mailetdoc.version>0.1</plugin.mailetdoc.version>
+ <issue.project.name>MAILET</issue.project.name>
</properties>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]