You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/04/07 13:31:02 UTC

[19/50] [abbrv] groovy git commit: bump version to 3.0.0 for master

bump version to 3.0.0 for master


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

Branch: refs/heads/parrot
Commit: 48f99a1b6131dcba59a609ff56737c53dac9ae1c
Parents: 46a4793
Author: paulk <pa...@asert.com.au>
Authored: Wed Mar 15 10:16:19 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Mar 15 10:16:19 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/48f99a1b/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index c745a6f..db8f993 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.0-SNAPSHOT
+groovyVersion = 3.0.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.5.0.SNAPSHOT
+groovyBundleVersion = 3.0.0.SNAPSHOT
 
 groovyJUnit_ms = 256m
 groovyJUnit_mx = 512m