Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9C5DD200C12 for ; Sun, 5 Feb 2017 13:48:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9B078160B59; Sun, 5 Feb 2017 12:48:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DAA18160B32 for ; Sun, 5 Feb 2017 13:48:25 +0100 (CET) Received: (qmail 65894 invoked by uid 500); 5 Feb 2017 12:48:25 -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 65884 invoked by uid 99); 5 Feb 2017 12:48:25 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2017 12:48: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 4ED873A0312 for ; Sun, 5 Feb 2017 12:48:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1781740 - /commons/proper/configuration/trunk/pom.xml Date: Sun, 05 Feb 2017 12:48:23 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170205124824.4ED873A0312@svn01-us-west.apache.org> archived-at: Sun, 05 Feb 2017 12:48:26 -0000 Author: britter Date: Sun Feb 5 12:48:23 2017 New Revision: 1781740 URL: http://svn.apache.org/viewvc?rev=1781740&view=rev Log: Preparing the next release. There are no API changes detected by clirr, so it looks like this will be a patch release. Set version to reflect this Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1781740&r1=1781739&r2=1781740&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Sun Feb 5 12:48:23 2017 @@ -30,7 +30,7 @@ 4.0.0 org.apache.commons commons-configuration2 - 2.2-SNAPSHOT + 2.1.1-SNAPSHOT Apache Commons Configuration 2001