[jboss-cvs] Repository SVN: r2776 - maven2/org/hibernate/hibernate-annotations/3.3.1.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 14 17:45:48 EDT 2008


Author: epbernard
Date: 2008-03-14 17:45:48 -0400 (Fri, 14 Mar 2008)
New Revision: 2776

Modified:
   maven2/org/hibernate/hibernate-annotations/3.3.1.GA/ivy.xml
Log:
Hibernate Annotations 3.3.1.GA

Modified: maven2/org/hibernate/hibernate-annotations/3.3.1.GA/ivy.xml
===================================================================
--- maven2/org/hibernate/hibernate-annotations/3.3.1.GA/ivy.xml	2008-03-14 21:26:24 UTC (rev 2775)
+++ maven2/org/hibernate/hibernate-annotations/3.3.1.GA/ivy.xml	2008-03-14 21:45:48 UTC (rev 2776)
@@ -3,7 +3,7 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation=
                   "http://www.jayasoft.org/misc/ivy/ivy.xsd">
-    <info organisation="org.hibernate" module="annotations" revision="3.3.1.GA" status="release"/>
+    <info organisation="org.hibernate" module="hibernate-annotations" revision="3.3.1.GA" status="release"/>
     <configurations>
         <conf name="core" description="Core module dependencies"/>
         <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
@@ -12,7 +12,7 @@
         <artifact name="hibernate-annotations" conf="core"/>
     </publications>
     <dependencies>
-	    <dependency name="jpa-api" rev="1.0.1.GA" conf="core->default"/>
+	    <dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
         <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
     </dependencies>
 </ivy-module>




More information about the jboss-cvs-commits mailing list