From commits-return-8503-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Fri May 10 12:57:15 2019 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 266DD18061A for ; Fri, 10 May 2019 14:57:15 +0200 (CEST) Received: (qmail 329 invoked by uid 500); 10 May 2019 12:57:14 -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 320 invoked by uid 99); 10 May 2019 12:57:14 -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; Fri, 10 May 2019 12:57:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 54D49872F9; Fri, 10 May 2019 12:57:09 +0000 (UTC) Date: Fri, 10 May 2019 12:57:09 +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: <155749302922.7864.6139229489679510098@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: 108c23e253f8f82e21fe75daec5b608b456513b1 X-Git-Newrev: e1b48f0be37a30d360cce5789a3193ea348b4f7c X-Git-Rev: e1b48f0be37a30d360cce5789a3193ea348b4f7c 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 e1b48f0 Bump version on GROOVY_2_4_X branch e1b48f0 is described below commit e1b48f0be37a30d360cce5789a3193ea348b4f7c Author: Paul King AuthorDate: Fri May 10 22:51:26 2019 +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 258c01b..535dfd8 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.17-SNAPSHOT +groovyVersion = 2.4.18-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.4.17.SNAPSHOT +groovyBundleVersion = 2.4.18.SNAPSHOT gradle_version=2.14.1