From commits-return-11405-archive-asf-public=cust-asf.ponee.io@poi.apache.org Thu Jun 28 22:06:27 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C8D22180662 for ; Thu, 28 Jun 2018 22:06:26 +0200 (CEST) Received: (qmail 62092 invoked by uid 500); 28 Jun 2018 20:06:25 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 62083 invoked by uid 99); 28 Jun 2018 20:06:25 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2018 20:06:25 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 39B9C3A00AF for ; Thu, 28 Jun 2018 20:06:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1834639 - in /poi/trunk: build.gradle build.xml sonar/pom.xml Date: Thu, 28 Jun 2018 20:06:24 -0000 To: commits@poi.apache.org From: fanningpj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180628200625.39B9C3A00AF@svn01-us-west.apache.org> Author: fanningpj Date: Thu Jun 28 20:06:24 2018 New Revision: 1834639 URL: http://svn.apache.org/viewvc?rev=1834639&view=rev Log: update xmlbeans repo Modified: poi/trunk/build.gradle poi/trunk/build.xml poi/trunk/sonar/pom.xml Modified: poi/trunk/build.gradle URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1834639&r1=1834638&r2=1834639&view=diff ============================================================================== --- poi/trunk/build.gradle (original) +++ poi/trunk/build.gradle Thu Jun 28 20:06:24 2018 @@ -25,12 +25,6 @@ buildscript { } } -repositories { - maven { url "https://repository.apache.org/content/repositories/staging" } - mavenCentral() -} - - // Only add the plugin for Sonar if enabled if (project.hasProperty('enableSonar')) { println 'Enabling Sonar support' Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1834639&r1=1834638&r2=1834639&view=diff ============================================================================== --- poi/trunk/build.xml (original) +++ poi/trunk/build.xml Thu Jun 28 20:06:24 2018 @@ -201,7 +201,7 @@ under the License. value="${repository.m2}/maven2/com/github/virtuald/curvesapi/1.05/curvesapi-1.05.jar"/> + value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar"/> Modified: poi/trunk/sonar/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1834639&r1=1834638&r2=1834639&view=diff ============================================================================== --- poi/trunk/sonar/pom.xml (original) +++ poi/trunk/sonar/pom.xml Thu Jun 28 20:06:24 2018 @@ -49,9 +49,9 @@ - xmlbeans-snapshot-repo - xmlbeans snapshot repo - https://repository.apache.org/content/repositories/staging + apache-releases-repo + apache releases repo + https://repository.apache.org/content/repositories/releases --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org