From 36f39e64cea3552df5ae06c3076b355a45755c4c Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Thu, 21 Jun 2012 10:31:04 +0200 Subject: [PATCH] Advance version to 2.0.0-rc-5-SNAPSHOT --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index dec8908c39..a99b6ddd20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ -groovyVersion = 2.0.0-rc-4-SNAPSHOT +groovyVersion = 2.0.0-rc-5-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.0.0.rc-4-SNAPSHOT +groovyBundleVersion = 2.0.0.rc-5-SNAPSHOT # Many people have reported problems testing UberTestCaseGroovySourceSubPackages, others have no difficulties with the default # values ant junit task uses. The decision has been taken to provide the values to try and cause the least