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 2022/01/09 09:55:10 UTC

[groovy] branch master updated: bump Groovy version in master

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


The following commit(s) were added to refs/heads/master by this push:
     new d604446  bump Groovy version in master
d604446 is described below

commit d6044460d5943c9184818560f414a39f6874e527
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Jan 9 19:55:02 2022 +1000

    bump Groovy version in master
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 6530687..89a2fd8 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=5.0.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion=4.0.0.SNAPSHOT
+groovyBundleVersion=5.0.0.SNAPSHOT
 
 groovyTargetBytecodeVersion=1.8
 targetJavaVersion=8