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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 25 08:53:15 EST 2010


Author: stliu
Date: 2010-02-25 08:53:15 -0500 (Thu, 25 Feb 2010)
New Revision: 18887

Modified:
   annotations/branches/v3_3_1_GA_CP/build.xml
Log:
change the ivy publish version from latest to the current version

Modified: annotations/branches/v3_3_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.xml	2010-02-25 13:35:11 UTC (rev 18886)
+++ annotations/branches/v3_3_1_GA_CP/build.xml	2010-02-25 13:53:15 UTC (rev 18887)
@@ -158,7 +158,7 @@
         <ivy:resolve conf="core"/>
         <ivy:publish artifactspattern="${dist.dir}/[artifact].[ext]"
             resolver="local"
-            pubrevision="latest"
+            pubrevision="${version}"
             pubdate="${now}"
             status="integration"
         />



More information about the hibernate-commits mailing list