Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X f29d5c31b -> 528d15a68
Bump version on GROOVY_2_5_X branch Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/528d15a6 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/528d15a6 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/528d15a6 Branch: refs/heads/GROOVY_2_5_X Commit: 528d15a68b252a1d28efacb5f538014ab41f2fb0 Parents: f29d5c3 Author: Paul King <[email protected]> Authored: Sun Oct 14 18:03:43 2018 +1000 Committer: Paul King <[email protected]> Committed: Sun Oct 14 18:03:43 2018 +1000 ---------------------------------------------------------------------- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/528d15a6/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index d21f327..f877e29 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.3-SNAPSHOT +groovyVersion = 2.5.4-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.5.3.SNAPSHOT +groovyBundleVersion = 2.5.4.SNAPSHOT gradle_version=4.10.2
