From commits-return-72236-archive-asf-public=cust-asf.ponee.io@commons.apache.org Mon Feb 17 15:19:22 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9180E180636 for ; Mon, 17 Feb 2020 16:19:22 +0100 (CET) Received: (qmail 69162 invoked by uid 500); 17 Feb 2020 15:19:21 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 69152 invoked by uid 99); 17 Feb 2020 15:19:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2020 15:19:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AB4C18B69B; Mon, 17 Feb 2020 15:19:21 +0000 (UTC) Date: Mon, 17 Feb 2020 15:19:21 +0000 To: "commits@commons.apache.org" Subject: [commons-lang] branch master updated: ExceptionUtilsTest to 100% #486. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158195276160.6653.3780528007835620307@gitbox.apache.org> From: ggregory@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-lang X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 473c050cc9e52931dfbb1c8430a4093454147ebb X-Git-Newrev: d3112e4306ef1008673f0e8f0f087bdf273bed0b X-Git-Rev: d3112e4306ef1008673f0e8f0f087bdf273bed0b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new d3112e4 ExceptionUtilsTest to 100% #486. d3112e4 is described below commit d3112e4306ef1008673f0e8f0f087bdf273bed0b Author: Gary Gregory AuthorDate: Mon Feb 17 10:19:17 2020 -0500 ExceptionUtilsTest to 100% #486. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e442642..dc315a9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -101,6 +101,7 @@ The type attribute can be add,update,fix,remove. org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3. org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0. Use Javadoc {@code} instead of pre tags. #490. + ExceptionUtilsTest to 100% #486.