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/07/25 06:12:32 UTC

groovy git commit: bump snapshot version (missed task after last release)

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 4429b3c4a -> 403645ebe


bump snapshot version (missed task after last release)


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

Branch: refs/heads/GROOVY_2_5_X
Commit: 403645ebee710e203479b421105086cf1abdbaf8
Parents: 4429b3c
Author: Paul King <pa...@asert.com.au>
Authored: Wed Jul 25 16:12:21 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Wed Jul 25 16:12:21 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/403645eb/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 6b058de..477c919 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.1-SNAPSHOT
+groovyVersion = 2.5.2-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.5.1.SNAPSHOT
+groovyBundleVersion = 2.5.2.SNAPSHOT
 
 gradle_version=4.9