[hibernate-commits] Hibernate SVN: r15427 - core/trunk/commons-annotations.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Oct 28 15:16:51 EDT 2008


Author: steve.ebersole at 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</url>
+    </issueManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.hibernate</groupId>




More information about the hibernate-commits mailing list