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 2020/02/29 12:20:03 UTC

[groovy] 01/08: Release 2.4.19: update versions

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

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

commit 8d26ae01c5303970a0e44523bfed64cdcd2e3b9f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Feb 29 20:21:15 2020 +1000

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

diff --git a/gradle.properties b/gradle.properties
index d694a82..dba6e13 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.19-SNAPSHOT
+groovyVersion = 2.4.19
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.4.19.SNAPSHOT
+groovyBundleVersion = 2.4.19
 
 gradle_version=2.14.1