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/07/23 02:50:12 UTC

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

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

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


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

commit bab1a2533f4f2ff8fe3b909258f6f4c2c0a0bb9d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Jul 23 12:50:04 2022 +1000

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

diff --git a/gradle.properties b/gradle.properties
index f4dd30f628..e764a30895 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 = 3.0.12-SNAPSHOT
+groovyVersion = 3.0.13-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 3.0.12.SNAPSHOT
+groovyBundleVersion = 3.0.13.SNAPSHOT
 
 binaryCompatibilityBaseline = 3.0.5
 gradle_version=6.9.2