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 170F7199A8 for ; Sun, 3 Apr 2016 22:25:59 +0000 (UTC) Received: (qmail 87340 invoked by uid 500); 3 Apr 2016 22:25:59 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 87302 invoked by uid 500); 3 Apr 2016 22:25:59 -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 87292 invoked by uid 99); 3 Apr 2016 22:25:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Apr 2016 22:25:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8A420C042F for ; Sun, 3 Apr 2016 22:25:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id h4Lz5SGb-zoV for ; Sun, 3 Apr 2016 22:25:56 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 72EEF5FAF4 for ; Sun, 3 Apr 2016 22:25:56 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B0297E0057 for ; Sun, 3 Apr 2016 22:25:55 +0000 (UTC) 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 AF6F03A0314 for ; Sun, 3 Apr 2016 22:25:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1737615 - in /poi/trunk: ./ sonar/ sonar/examples/ sonar/excelant/ sonar/main/ sonar/ooxml-schema-encryption/ sonar/ooxml-schema-security/ sonar/ooxml-schema/ sonar/ooxml/ sonar/scratchpad/ src/ Date: Sun, 03 Apr 2016 22:25:55 -0000 To: commits@poi.apache.org From: kiwiwings@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160403222555.AF6F03A0314@svn01-us-west.apache.org> Author: kiwiwings Date: Sun Apr 3 22:25:55 2016 New Revision: 1737615 URL: http://svn.apache.org/viewvc?rev=1737615&view=rev Log: prepare for 3.15-beta2 Modified: poi/trunk/build.xml poi/trunk/sonar/examples/pom.xml poi/trunk/sonar/excelant/pom.xml poi/trunk/sonar/main/pom.xml poi/trunk/sonar/ooxml-schema-encryption/pom.xml poi/trunk/sonar/ooxml-schema-security/pom.xml poi/trunk/sonar/ooxml-schema/pom.xml poi/trunk/sonar/ooxml/pom.xml poi/trunk/sonar/pom.xml poi/trunk/sonar/scratchpad/pom.xml poi/trunk/src/ (props changed) Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/build.xml (original) +++ poi/trunk/build.xml Sun Apr 3 22:25:55 2016 @@ -41,7 +41,7 @@ under the License. The Apache POI project Ant build. - + Modified: poi/trunk/sonar/examples/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/examples/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/examples/pom.xml (original) +++ poi/trunk/sonar/examples/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT poi-examples jar Modified: poi/trunk/sonar/excelant/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/excelant/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/excelant/pom.xml (original) +++ poi/trunk/sonar/excelant/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT poi-excelant jar Modified: poi/trunk/sonar/main/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/main/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/main/pom.xml (original) +++ poi/trunk/sonar/main/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT poi-main jar Modified: poi/trunk/sonar/ooxml-schema-encryption/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-encryption/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/ooxml-schema-encryption/pom.xml (original) +++ poi/trunk/sonar/ooxml-schema-encryption/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT .. poi-ooxml-schema-encryption Modified: poi/trunk/sonar/ooxml-schema-security/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-security/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/ooxml-schema-security/pom.xml (original) +++ poi/trunk/sonar/ooxml-schema-security/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT .. poi-ooxml-schema-security Modified: poi/trunk/sonar/ooxml-schema/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/ooxml-schema/pom.xml (original) +++ poi/trunk/sonar/ooxml-schema/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT .. poi-ooxml-schema Modified: poi/trunk/sonar/ooxml/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/ooxml/pom.xml (original) +++ poi/trunk/sonar/ooxml/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT poi-ooxml jar Modified: poi/trunk/sonar/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/pom.xml (original) +++ poi/trunk/sonar/pom.xml Sun Apr 3 22:25:55 2016 @@ -3,7 +3,7 @@ org.apache.poi poi-parent pom - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT Apache POI - the Java API for Microsoft Documents Maven build of Apache POI for Sonar checks http://poi.apache.org/ Modified: poi/trunk/sonar/scratchpad/pom.xml URL: http://svn.apache.org/viewvc/poi/trunk/sonar/scratchpad/pom.xml?rev=1737615&r1=1737614&r2=1737615&view=diff ============================================================================== --- poi/trunk/sonar/scratchpad/pom.xml (original) +++ poi/trunk/sonar/scratchpad/pom.xml Sun Apr 3 22:25:55 2016 @@ -6,7 +6,7 @@ org.apache.poi poi-parent - 3.15-beta1-SNAPSHOT + 3.15-beta2-SNAPSHOT poi-scratchpad jar Propchange: poi/trunk/src/ ------------------------------------------------------------------------------ --- svn:externals (original) +++ svn:externals Sun Apr 3 22:25:55 2016 @@ -1 +1 @@ -documentation -r1737610 https://svn.apache.org/repos/asf/poi/site/src/documentation +documentation https://svn.apache.org/repos/asf/poi/site/src/documentation --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org