You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/09/26 00:26:31 UTC

[groovy] 12/23: back down version number until we have a spock version that supports 4.0+

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 241b303297d3dba0311fb05bfee86f316540df76
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 18 19:49:32 2019 +1000

    back down version number until we have a spock version that supports 4.0+
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 62d9a06..b58d14d 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 = 4.0.0-SNAPSHOT
+groovyVersion = 3.9.98-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 4.0.0.SNAPSHOT
+groovyBundleVersion = 3.9.98.SNAPSHOT
 
 gradle_version=5.6.2