Return-Path: X-Original-To: apmail-tapestry-commits-archive@minotaur.apache.org Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B201E79DA for ; Tue, 29 Nov 2011 19:23:17 +0000 (UTC) Received: (qmail 85472 invoked by uid 500); 29 Nov 2011 19:23:17 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 85445 invoked by uid 500); 29 Nov 2011 19:23:17 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 85438 invoked by uid 99); 29 Nov 2011 19:23:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 19:23:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 19:23:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4612A23889D7 for ; Tue, 29 Nov 2011 19:22:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1208036 - /tapestry/tapestry5/branches/5.3/tapestry-jpa/build.gradle Date: Tue, 29 Nov 2011 19:22:54 -0000 To: commits@tapestry.apache.org From: hlship@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111129192254.4612A23889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 {