[hibernate-commits] Hibernate SVN: r14432 - in commons-annotations/trunk: ivy and 1 other directory.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Fri Mar 14 16:36:14 EDT 2008
Author: epbernard
Date: 2008-03-14 16:36:14 -0400 (Fri, 14 Mar 2008)
New Revision: 14432
Modified:
commons-annotations/trunk/ivy.xml
commons-annotations/trunk/ivy/ivyconf.xml
Log:
ivy changes
Modified: commons-annotations/trunk/ivy/ivyconf.xml
===================================================================
--- commons-annotations/trunk/ivy/ivyconf.xml 2008-03-14 20:20:29 UTC (rev 14431)
+++ commons-annotations/trunk/ivy/ivyconf.xml 2008-03-14 20:36:14 UTC (rev 14432)
@@ -19,6 +19,10 @@
<ivy pattern="http://repository.jboss.org/[module]/[revision]/ivy.xml"/>
<artifact pattern="http://repository.jboss.org/[module]/[revision]/lib/[artifact].[ext]"/>
</url>
+ <url name="jboss-rep-maven" m2compatible="true">
+ <ivy pattern="http://repository.jboss.org/maven2/[organization]/[module]/[revision]/ivy.xml"/>
+ <artifact pattern="http://repository.jboss.org/maven2/[organization]/[module]/[revision]/[artifact]-[revision].[ext]"/>
+ </url>
</chain>
</resolvers>
<modules>
Modified: commons-annotations/trunk/ivy.xml
===================================================================
--- commons-annotations/trunk/ivy.xml 2008-03-14 20:20:29 UTC (rev 14431)
+++ commons-annotations/trunk/ivy.xml 2008-03-14 20:36:14 UTC (rev 14432)
@@ -12,6 +12,6 @@
<artifact name="hibernate-commons-annotations" conf="core"/>
</publications>
<dependencies>
- <dependency name="jpa-api" force="true" rev="1.0.0.GA" conf="test->default"/>
+ <dependency name="ejb3-persistence" rev="1.0.1.GA" conf="test->default"/>
</dependencies>
</ivy-module>
\ No newline at end of file
More information about the hibernate-commits
mailing list