Bump version on GROOVY_5_0_X branch#2547
Conversation
Assisted-by: claude-code:claude-opus-4.7
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Groovy snapshot version references used by the Gradle build.
Changes:
- Bumped
groovyVersionfrom5.0.6-SNAPSHOTto5.0.7-SNAPSHOT - Bumped
groovyBundleVersionfrom5.0.6.SNAPSHOTto5.0.7.SNAPSHOT
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This will also restore the latest 5.0.x snapshot on the Apache repos. The jar files get pruned after a release. https://repository.apache.org/content/groups/snapshots/org/apache/groovy/groovy/ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## GROOVY_5_0_X #2547 +/- ##
======================================================
- Coverage 67.1856% 67.1848% -0.0008%
+ Complexity 29509 29505 -4
======================================================
Files 1382 1382
Lines 116897 116897
Branches 20513 20513
======================================================
- Hits 78538 78537 -1
- Misses 31850 31851 +1
Partials 6509 6509 🚀 New features to boost your workflow:
|
|
The original commit is probably sitting on the build machine still un pushed. But your looks the same. |
Groovy 5.0.6 was released on May 4, 2026 (tag
GROOVY_5_0_6, commit6c61c378c8), but the SNAPSHOT onGROOVY_5_0_Xwas not advanced afterwards. This PR bumpsgroovyVersionandgroovyBundleVersionfrom5.0.6-SNAPSHOTto5.0.7-SNAPSHOTso ongoing 5.0.x development resolves under the correct snapshot coordinates.Matches the historical pattern used for every prior 5.0.x bump:
9ac7ff1364Bump version on GROOVY_5_0_X branch (5.0.5 -> 5.0.6)7dfb204364Bump version on GROOVY_5_0_X branch (5.0.4 -> 5.0.5)a3c1decd78Bump version on GROOVY_5_0_X branch (5.0.2 -> 5.0.3)7e7dbb5302Bump version on GROOVY_5_0_X branch (5.0.1 -> 5.0.2)Two-line change in
gradle.propertiesonly.