Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 4912730ba -> 45099bed9
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/45099bed Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/45099bed Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/45099bed Branch: refs/heads/GROOVY_2_5_X Commit: 45099bed9cd69480ca11290e0a0a24bf1c47a094 Parents: 4912730 Author: Paul King <[email protected]> Authored: Mon Nov 12 09:05:50 2018 +1000 Committer: Paul King <[email protected]> Committed: Sat Nov 17 05:10:55 2018 +1000 ---------------------------------------------------------------------- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/45099bed/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index f877e29..b5a2102 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.4-SNAPSHOT +groovyVersion = 2.5.5-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.5.4.SNAPSHOT +groovyBundleVersion = 2.5.5.SNAPSHOT gradle_version=4.10.2
