Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-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 57CB010D55 for ; Wed, 11 Jun 2014 20:33:15 +0000 (UTC) Received: (qmail 7394 invoked by uid 500); 11 Jun 2014 20:33:15 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 7356 invoked by uid 500); 11 Jun 2014 20:33:14 -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 7347 invoked by uid 99); 11 Jun 2014 20:33:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 20:33:14 +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; Wed, 11 Jun 2014 20:33:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D4EB82388A33; Wed, 11 Jun 2014 20:32:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1602006 - in /poi/trunk: .classpath build.xml maven/ooxml-schemas.pom maven/poi-ooxml-schemas.pom sonar/ooxml-schema-encryption/pom.xml sonar/ooxml-schema/pom.xml sonar/ooxml/pom.xml Date: Wed, 11 Jun 2014 20:32:52 -0000 To: commits@poi.apache.org From: centic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140611203252.D4EB82388A33@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: centic Date: Wed Jun 11 20:32:52 2014 New Revision: 1602006 URL: http://svn.apache.org/r1602006 Log: Update XMLBeans to version 2.6.0 Conflicts: .classpath Modified: poi/trunk/.classpath poi/trunk/build.xml poi/trunk/maven/ooxml-schemas.pom poi/trunk/maven/poi-ooxml-schemas.pom poi/trunk/sonar/ooxml-schema-encryption/pom.xml poi/trunk/sonar/ooxml-schema/pom.xml poi/trunk/sonar/ooxml/pom.xml Modified: poi/trunk/.classpath URL: http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1602006&r1=1602005&r2=1602006&view=diff ============================================================================== --- poi/trunk/.classpath (original) +++ poi/trunk/.classpath Wed Jun 11 20:32:52 2014 @@ -14,13 +14,13 @@ - + - + Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1602006&r1=1602005&r2=1602006&view=diff ============================================================================== --- poi/trunk/build.xml (original) +++ poi/trunk/build.xml Wed Jun 11 20:32:52 2014 @@ -148,9 +148,9 @@ under the License. - + + value="${repository.m2}/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar"/> @@ -1413,7 +1413,7 @@ under the License. - + Modified: poi/trunk/maven/ooxml-schemas.pom URL: http://svn.apache.org/viewvc/poi/trunk/maven/ooxml-schemas.pom?rev=1602006&r1=1602005&r2=1602006&view=diff ============================================================================== --- poi/trunk/maven/ooxml-schemas.pom (original) +++ poi/trunk/maven/ooxml-schemas.pom Wed Jun 11 20:32:52 2014 @@ -64,7 +64,7 @@ org.apache.xmlbeans xmlbeans - 2.3.0 + 2.6.0 Modified: poi/trunk/maven/poi-ooxml-schemas.pom URL: http://svn.apache.org/viewvc/poi/trunk/maven/poi-ooxml-schemas.pom?rev=1602006&r1=1602005&r2=1602006&view=diff ============================================================================== --- poi/trunk/maven/poi-ooxml-schemas.pom (original) +++ poi/trunk/maven/poi-ooxml-schemas.pom Wed Jun 11 20:32:52 2014 @@ -62,7 +62,7 @@ org.apache.xmlbeans xmlbeans - 2.3.0 + 2.6.0 Modified: poi/trunk/sonar/ooxml-schema-encryption/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-encryption/pom.xml?rev=1602006&r1=1602005&r2=1602006&view=diff ============================================================================== --- poi/trunk/sonar/ooxml-schema-encryption/pom.xml (original) +++ poi/trunk/sonar/ooxml-schema-encryption/pom.xml Wed Jun 11 20:32:52 2014 @@ -101,7 +101,7 @@ org.apache.xmlbeans xmlbeans - 2.3.0 + 2.6.0 Modified: poi/trunk/sonar/ooxml-schema/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema/pom.xml?rev=1602006&r1=1602005&r2=1602006&view=diff ============================================================================== --- poi/trunk/sonar/ooxml-schema/pom.xml (original) +++ poi/trunk/sonar/ooxml-schema/pom.xml Wed Jun 11 20:32:52 2014 @@ -98,7 +98,7 @@ org.apache.xmlbeans xmlbeans - 2.3.0 + 2.6.0 Modified: poi/trunk/sonar/ooxml/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml/pom.xml?rev=1602006&r1=1602005&r2=1602006&view=diff ============================================================================== --- poi/trunk/sonar/ooxml/pom.xml (original) +++ poi/trunk/sonar/ooxml/pom.xml Wed Jun 11 20:32:52 2014 @@ -113,7 +113,7 @@ org.apache.xmlbeans xmlbeans - 2.3.0 + 2.6.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org