[hibernate-commits] Hibernate SVN: r17757 - jpa-api/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 14 22:13:18 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-10-14 22:13:18 -0400 (Wed, 14 Oct 2009)
New Revision: 17757

Modified:
   jpa-api/trunk/build.gradle
Log:
preparing 2.0-cr-1 release

Modified: jpa-api/trunk/build.gradle
===================================================================
--- jpa-api/trunk/build.gradle	2009-10-15 02:07:39 UTC (rev 17756)
+++ jpa-api/trunk/build.gradle	2009-10-15 02:13:18 UTC (rev 17757)
@@ -1,7 +1,13 @@
 usePlugin('java')
 usePlugin('maven')
 
+repositories {
+    // needed to resolve the maven webdav wagon provider
+    mavenCentral()
+}
+
 configurations {
+    // classpath config used for maven deployers (wagon providers)
     mavenDeployers
 }
 



More information about the hibernate-commits mailing list