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 2023/12/19 01:07:30 UTC

(groovy) 01/01: Release 5.0.0-alpha-4: update versions

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

paulk pushed a commit to annotated tag GROOVY_5_0_0_ALPHA_4
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 433daecc3942257fc33c159765b25bb3aa77d3ed
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Dec 19 10:22:39 2023 +1000

    Release 5.0.0-alpha-4: update versions
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 0b143764f2..43c0a46c88 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=5.0.0-SNAPSHOT
+groovyVersion=5.0.0-alpha-4
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion=5.0.0.SNAPSHOT
+groovyBundleVersion=5.0.0.alpha-4
 
 groovyTargetBytecodeVersion=11
 targetJavaVersion=11