You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/11/29 20:22:54 UTC

svn commit: r1208036 - /tapestry/tapestry5/branches/5.3/tapestry-jpa/build.gradle

Author: hlship
Date: Tue Nov 29 19:22:53 2011
New Revision: 1208036

URL: http://svn.apache.org/viewvc?rev=1208036&view=rev
Log:
Added new Maven repo for JPA dependencies

Modified:
    tapestry/tapestry5/branches/5.3/tapestry-jpa/build.gradle

Modified: tapestry/tapestry5/branches/5.3/tapestry-jpa/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.3/tapestry-jpa/build.gradle?rev=1208036&r1=1208035&r2=1208036&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/tapestry-jpa/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/tapestry-jpa/build.gradle Tue Nov 29 19:22:53 2011
@@ -13,7 +13,7 @@ dependencies {
 }
 
 repositories {
-  mavenRepo urls: "http://mirrors.ibiblio.org/pub/mirrors/eclipse/rt/eclipselink/maven.repo"
+  mavenRepo urls: "http://download.eclipse.org/rt/eclipselink/maven.repo/"
 }
 
 test {