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 2020/12/03 11:23:39 UTC

[groovy] branch GROOVY_2_5_X updated: Bump version on GROOVY_2_5_X branch

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 0c5431d  Bump version on GROOVY_2_5_X branch
0c5431d is described below

commit 0c5431d8ac0b74d1434b8e94d7f6ac6dcd724fc4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Dec 3 21:23:28 2020 +1000

    Bump version on GROOVY_2_5_X branch
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 29d316b..1792c55 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.5.14-SNAPSHOT
+groovyVersion = 2.5.15-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.5.14.SNAPSHOT
+groovyBundleVersion = 2.5.15.SNAPSHOT
 
 gradle_version=4.10.3