Author: steve.ebersole(a)jboss.com
Date: 2008-10-28 15:16:51 -0400 (Tue, 28 Oct 2008)
New Revision: 15427
Modified:
core/trunk/commons-annotations/pom.xml
Log:
HHH-3549 : import commons-annotations into core
Modified: core/trunk/commons-annotations/pom.xml
===================================================================
--- core/trunk/commons-annotations/pom.xml 2008-10-28 18:59:20 UTC (rev 15426)
+++ core/trunk/commons-annotations/pom.xml 2008-10-28 19:16:51 UTC (rev 15427)
@@ -42,6 +42,12 @@
<name>Hibernate Commons Annotations</name>
<description>Common reflection code used in support of annotation
processing</description>
+ <!-- Annotations and Commons-Annotations both use the ANN JIRA key -->
+ <issueManagement>
+ <system>jira</system>
+
<
url>http://opensource.atlassian.com/projects/hibernate/browse/ANN</...
+ </issueManagement>
+
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>