From commits-return-8492-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue May 7 00:32:18 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 7260E18060F for ; Tue, 7 May 2019 02:32:18 +0200 (CEST) Received: (qmail 72882 invoked by uid 500); 7 May 2019 00:32:17 -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 72864 invoked by uid 99); 7 May 2019 00:32:17 -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, 07 May 2019 00:32:17 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8E5DB87271; Tue, 7 May 2019 00:32:12 +0000 (UTC) Date: Tue, 07 May 2019 00:32:13 +0000 To: "commits@groovy.apache.org" Subject: [groovy] 01/01: Release 2.5.7: update versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: paulk@apache.org In-Reply-To: <155718913226.13919.14464371781608007951@gitbox.apache.org> References: <155718913226.13919.14464371781608007951@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/tags/GROOVY_2_5_7 X-Git-Reftype: annotated tag X-Git-Rev: 5319cd00ce639cbec8869b4939a64a6453276689 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190507003212.8E5DB87271@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to annotated tag GROOVY_2_5_7 in repository https://gitbox.apache.org/repos/asf/groovy.git commit 5319cd00ce639cbec8869b4939a64a6453276689 Author: Paul King AuthorDate: Tue May 7 10:16:53 2019 +1000 Release 2.5.7: update versions --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b9eb742..43091ea 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.5.7-SNAPSHOT +groovyVersion = 2.5.7 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.5.7.SNAPSHOT +groovyBundleVersion = 2.5.7 gradle_version=4.10.3