[hibernate-commits] Hibernate SVN: r14849 - entitymanager/trunk/ivy.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jul 3 13:12:05 EDT 2008


Author: hardy.ferentschik
Date: 2008-07-03 13:12:05 -0400 (Thu, 03 Jul 2008)
New Revision: 14849

Modified:
   entitymanager/trunk/ivy/ivyconf.xml
Log:
Switched back to a ivy publish to /target/latest

Modified: entitymanager/trunk/ivy/ivyconf.xml
===================================================================
--- entitymanager/trunk/ivy/ivyconf.xml	2008-07-03 17:06:13 UTC (rev 14848)
+++ entitymanager/trunk/ivy/ivyconf.xml	2008-07-03 17:12:05 UTC (rev 14849)
@@ -9,8 +9,8 @@
         </chain>
         <chain name="rep-hibernate" returnFirst="true" latest="latest-revision">
             <filesystem name="local">
-                <ivy pattern="../[module]/target/hibernate-[module]/ivy.xml"/>
-                <artifact pattern="../[module]/target/hibernate-[module]/[artifact].[ext]"/>
+				<ivy pattern="../[module]/target/[revision]/ivy.xml"/>
+                <artifact pattern="../[module]/target/[revision]/[artifact].[ext]"/>
             </filesystem>
             <filesystem name="hudson-local">
                 <ivy pattern="../../[module]/trunk/target/hibernate-[module]/ivy.xml"/>




More information about the hibernate-commits mailing list