From commits-return-10566-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue Jan 14 03:59:14 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 EB29018064E for ; Tue, 14 Jan 2020 04:59:13 +0100 (CET) Received: (qmail 67754 invoked by uid 500); 14 Jan 2020 03:59:12 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 67737 invoked by uid 99); 14 Jan 2020 03:59:11 -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; Tue, 14 Jan 2020 03:59:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E139D81F11; Tue, 14 Jan 2020 03:59:10 +0000 (UTC) Date: Tue, 14 Jan 2020 03:59:10 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch GROOVY_2_4_X updated: Bump version on GROOVY_2_4_X branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157897435060.29167.563077246893979031@gitbox.apache.org> From: paulk@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/GROOVY_2_4_X X-Git-Reftype: branch X-Git-Oldrev: a6d4deaa609dc1613938335e98d6c5763fdb72e5 X-Git-Newrev: 0f6f0e495e7f68739d2cee8c4e45dab07b354251 X-Git-Rev: 0f6f0e495e7f68739d2cee8c4e45dab07b354251 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. paulk pushed a commit to branch GROOVY_2_4_X in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/GROOVY_2_4_X by this push: new 0f6f0e4 Bump version on GROOVY_2_4_X branch 0f6f0e4 is described below commit 0f6f0e495e7f68739d2cee8c4e45dab07b354251 Author: Paul King AuthorDate: Tue Jan 14 13:59:03 2020 +1000 Bump version on GROOVY_2_4_X branch --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 535dfd8..d694a82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -groovyVersion = 2.4.18-SNAPSHOT +groovyVersion = 2.4.19-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.4.18.SNAPSHOT +groovyBundleVersion = 2.4.19.SNAPSHOT gradle_version=2.14.1