[hibernate-commits] Hibernate SVN: r18890 - annotations/branches/v3_3_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 25 09:23:09 EST 2010


Author: stliu
Date: 2010-02-25 09:23:08 -0500 (Thu, 25 Feb 2010)
New Revision: 18890

Modified:
   annotations/branches/v3_3_1_GA_CP/ivy.xml
Log:
corrent the module name to hibernate-annotations

Modified: annotations/branches/v3_3_1_GA_CP/ivy.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/ivy.xml	2010-02-25 14:14:07 UTC (rev 18889)
+++ annotations/branches/v3_3_1_GA_CP/ivy.xml	2010-02-25 14:23:08 UTC (rev 18890)
@@ -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"/>
+    <info organisation="org.hibernate" module="hibernate-annotations"/>
     <configurations>
         <conf name="core" description="Core module dependencies"/>
         <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>



More information about the hibernate-commits mailing list