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 E900E200C44 for ; Mon, 27 Mar 2017 08:34:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E7A3C160B99; Mon, 27 Mar 2017 06:34:59 +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 42555160B5D for ; Mon, 27 Mar 2017 08:34:59 +0200 (CEST) Received: (qmail 21919 invoked by uid 500); 27 Mar 2017 06:34:58 -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 21901 invoked by uid 99); 27 Mar 2017 06:34:56 -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; Mon, 27 Mar 2017 06:34:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E7D6DFFD7; Mon, 27 Mar 2017 06:34:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulk@apache.org To: commits@groovy.apache.org Date: Mon, 27 Mar 2017 06:34:56 -0000 Message-Id: <0d923189fad74a929ad48d9bc18eff8b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] groovy git commit: change to version 3.0.0-SNAPSHOT and use latest Spock snapshot which supports that version number archived-at: Mon, 27 Mar 2017 06:35:00 -0000 Repository: groovy Updated Branches: refs/heads/master 5e4c92ff7 -> d1ecc176d change to version 3.0.0-SNAPSHOT and use latest Spock snapshot which supports that version number Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5d93686d Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5d93686d Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/5d93686d Branch: refs/heads/master Commit: 5d93686d8e4b54091b075cfa91858ac65a3d9b06 Parents: c155e9d Author: paulk Authored: Fri Mar 24 13:39:36 2017 +1000 Committer: paulk Committed: Fri Mar 24 13:39:36 2017 +1000 ---------------------------------------------------------------------- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/5d93686d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index b2a5047..0bcddc9 100644 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,7 @@ ext { slf4jVersion = '1.7.21' xmlunitVersion = '1.6' xstreamVersion = '1.4.9' - spockVersion = '1.0-groovy-2.4' + spockVersion = '1.1-groovy-2.4-SNAPSHOT' // supports 3.0 isReleaseVersion = !groovyVersion.toLowerCase().endsWith("snapshot") } http://git-wip-us.apache.org/repos/asf/groovy/blob/5d93686d/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 4d21a12..db8f993 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.9.98-SNAPSHOT +groovyVersion = 3.0.0-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.9.98.SNAPSHOT +groovyBundleVersion = 3.0.0.SNAPSHOT groovyJUnit_ms = 256m groovyJUnit_mx = 512m