Repository: groovy Updated Branches: refs/heads/REL_BRANCH_2_6_0_ALPHA_3 [created] 4daeb72bb
Release 2.6.0-alpha-3: update versions Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d1a9546c Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d1a9546c Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d1a9546c Branch: refs/heads/REL_BRANCH_2_6_0_ALPHA_3 Commit: d1a9546c803062b1f5fc6fc2797d81a19a48a82d Parents: ac6f3b0 Author: Daniel Sun <[email protected]> Authored: Sun Mar 4 03:25:03 2018 +0000 Committer: Daniel Sun <[email protected]> Committed: Sun Mar 4 03:25:03 2018 +0000 ---------------------------------------------------------------------- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/d1a9546c/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 9ab03c4..fbec54f 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.6.0-SNAPSHOT +groovyVersion = 2.6.0-alpha-3 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 2.6.0.SNAPSHOT +groovyBundleVersion = 2.6.0-alpha-3 gradle_version=4.6
