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 2017/04/21 23:46:16 UTC

groovy git commit: set version to 2.6.x for this branch

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X ecf1a796e -> 7eba954a3


set version to 2.6.x for this branch


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

Branch: refs/heads/GROOVY_2_6_X
Commit: 7eba954a3527aa931f5c386bd439eadb19946a53
Parents: ecf1a79
Author: paulk <pa...@asert.com.au>
Authored: Sat Apr 22 09:45:55 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Sat Apr 22 09:45:55 2017 +1000

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


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