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 2019/08/02 18:43:47 UTC

[groovy] annotated tag GROOVY_2_5_8 created (now 2dcb433)

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a change to annotated tag GROOVY_2_5_8
in repository https://gitbox.apache.org/repos/asf/groovy.git.


      at 2dcb433  (tag)
 tagging 8e60a16f2cd0482c3d04c19c915c94541ee2d49e (commit)
      by sunlan
      on Fri Aug 2 18:43:35 2019 +0000

- Log -----------------------------------------------------------------
Release Groovy 2.5.8
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 8e60a16  Release 2.5.8: update versions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[groovy] 01/01: Release 2.5.8: update versions

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to annotated tag GROOVY_2_5_8
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 8e60a16f2cd0482c3d04c19c915c94541ee2d49e
Author: Daniel Sun <su...@apache.org>
AuthorDate: Fri Aug 2 18:31:54 2019 +0000

    Release 2.5.8: update versions
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 0f6f512..88ef783 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.8-SNAPSHOT
+groovyVersion = 2.5.8
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.5.8.SNAPSHOT
+groovyBundleVersion = 2.5.8
 
 gradle_version=4.10.3