From commits-return-5361-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sat Feb 3 18:34:26 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 06FC318066D for ; Sat, 3 Feb 2018 18:34:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E9B0F160C26; Sat, 3 Feb 2018 17:34:25 +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 3E4D2160C38 for ; Sat, 3 Feb 2018 18:34:25 +0100 (CET) Received: (qmail 43911 invoked by uid 500); 3 Feb 2018 17:34:24 -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 43876 invoked by uid 99); 3 Feb 2018 17:34:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2018 17:34:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5A790E0045; Sat, 3 Feb 2018 17:34:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: sunlan@apache.org To: commits@groovy.apache.org Message-Id: <0db27ea862354c04918df046db302af7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: Add the bintray badge Date: Sat, 3 Feb 2018 17:34:22 +0000 (UTC) Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 6a334b616 -> a7f27396e Add the bintray badge (cherry picked from commit bd205c9) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a7f27396 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a7f27396 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/a7f27396 Branch: refs/heads/GROOVY_2_6_X Commit: a7f27396ea8682109ac4761d61ab2f0a095d5188 Parents: 6a334b6 Author: Daniel Sun Authored: Sun Feb 4 01:30:27 2018 +0800 Committer: Daniel Sun Committed: Sun Feb 4 01:34:17 2018 +0800 ---------------------------------------------------------------------- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/a7f27396/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index ce9a8d5..0972219 100644 --- a/README.adoc +++ b/README.adoc @@ -36,12 +36,15 @@ The Groovy development team :apache-groovy-twitter-icon: https://img.shields.io/twitter/follow/ApacheGroovy.svg?style=social :apache-groovy-twitter-link: https://twitter.com/intent/follow?screen_name=ApacheGroovy :jdk-icon: https://img.shields.io/badge/java-7+-4c7e9f.svg +:bintray-download-icon: https://api.bintray.com/packages/groovy/maven/groovy/images/download.svg + [.left.text-left] image::https://raw.githubusercontent.com/groovy/artwork/master/medium.png[] -image:{jdk-icon}[build status, link={jdk}] +image:{jdk-icon}[jdk, link={jdk}] image:{apache-license-icon}[Apache License 2, link={apache-license-link}] image:{build-icon}[build status, link={groovy-ci}] +image:{bintray-download-icon}[bintray download, link={bintray-latest-version-link}] image:{apache-groovy-twitter-icon}[follow on Twitter, link={apache-groovy-twitter-link}] {groovy-www}[Groovy] is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax.