[jboss-cvs] Repository SVN: r2802 - maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 17 23:02:56 EDT 2008


Author: epbernard
Date: 2008-03-17 23:02:56 -0400 (Mon, 17 Mar 2008)
New Revision: 2802

Modified:
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml
Log:
ivy fix

Modified: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml
===================================================================
--- maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml	2008-03-18 03:02:07 UTC (rev 2801)
+++ maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml	2008-03-18 03:02:56 UTC (rev 2802)
@@ -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="hibernate-entitymanager" revision="3.3.2.GA" status="release"/>
+    <info organisation="org.hibernate" module="hibernate-entitymanager"/>
     <configurations>
         <conf name="core" description="Core module dependencies"/>
         <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
@@ -12,8 +12,9 @@
         <artifact name="hibernate-entitymanager" conf="core"/>
     </publications>
     <dependencies>
-	<dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
+		<dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
+        <!--  TODO rename hibernate-commons-annotations -->
         <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
         <dependency name="hibernate-annotations" rev="3.3.1.GA" conf="core->core"/>
     </dependencies>
-</ivy-module>
+</ivy-module>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list