[hibernate-commits] Hibernate SVN: r17878 - in core/trunk: entitymanager and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 29 13:22:00 EDT 2009


Author: hardy.ferentschik
Date: 2009-10-29 13:22:00 -0400 (Thu, 29 Oct 2009)
New Revision: 17878

Modified:
   core/trunk/annotations/pom.xml
   core/trunk/entitymanager/pom.xml
Log:
Removed link to issue tracker. Defined in parent
Updated BV version

Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml	2009-10-29 13:55:33 UTC (rev 17877)
+++ core/trunk/annotations/pom.xml	2009-10-29 17:22:00 UTC (rev 17878)
@@ -40,11 +40,6 @@
     <name>Hibernate Annotations</name>
     <description>Annotations metadata for Hibernate</description>
 
-    <issueManagement>
-        <system>jira</system>
-        <url>http://opensource.atlassian.com/projects/hibernate/browse/ANN</url>
-    </issueManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.hibernate</groupId>
@@ -86,12 +81,12 @@
             <dependency>
                 <groupId>javax.validation</groupId>
                 <artifactId>validation-api</artifactId>
-                <version>1.0.CR4</version>
+                <version>1.0.0.GA</version>
             </dependency>
             <dependency>
                 <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-validator</artifactId>
-                <version>4.0.0.CR1</version>
+                <version>4.0.0.GA</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml	2009-10-29 13:55:33 UTC (rev 17877)
+++ core/trunk/entitymanager/pom.xml	2009-10-29 17:22:00 UTC (rev 17878)
@@ -16,12 +16,6 @@
     <name>Hibernate Entitity Manager</name>
     <description>Hibernate Entitity Manager</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>${project.groupId}</groupId>



More information about the hibernate-commits mailing list