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 2018/03/02 01:01:24 UTC

groovy git commit: Bump version on GROOVY_2_4_X branch

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 2bcb85a93 -> e0a411114


Bump version on GROOVY_2_4_X branch

Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/e0a41111
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/e0a41111
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/e0a41111

Branch: refs/heads/GROOVY_2_4_X
Commit: e0a411114203a74da86bed9e497bfaacdf0bf3f7
Parents: 2bcb85a
Author: paulk <pa...@asert.com.au>
Authored: Fri Mar 2 11:01:18 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Mar 2 11:01:18 2018 +1000

----------------------------------------------------------------------
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/e0a41111/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index fdc8e14..2b96ab7 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.4.14-SNAPSHOT
+groovyVersion = 2.4.15-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.4.14.SNAPSHOT
+groovyBundleVersion = 2.4.15.SNAPSHOT
 
 gradle_version=2.14.1