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/17 11:07:03 UTC

[groovy] branch GROOVY_3_0_X updated (69f0b0f -> 4b84928)

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

paulk pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from 69f0b0f  Fix typo
     new 3d085d8  Release 3.0.1: update versions
     new 4b84928  Bump version on GROOVY_3_0_X branch

The 2 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.


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


[groovy] 01/02: Release 3.0.1: update versions

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 3d085d8b5c94035a112490f60017707cd28be50e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Feb 14 19:44:20 2020 +1000

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

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


[groovy] 02/02: Bump version on GROOVY_3_0_X branch

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 4b8492815aa1ccef9651ec84cdaa36f37af83b75
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Feb 17 20:58:37 2020 +1000

    Bump version on GROOVY_3_0_X branch
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 1d49924..990ed79 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.1
+groovyVersion = 3.0.2-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 3.0.1
+groovyBundleVersion = 3.0.2.SNAPSHOT
 
 gradle_version=6.1.1