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 2019/09/18 00:00:44 UTC

[groovy] branch master updated (c652220 -> b860491)

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

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


    from c652220  GROOVY-9251: Bump picocli to 4.0.4
     new ecfeaec  master is now 4.0.x
     new b860491  maven coords moved to apache for 4.0.x

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 ++--
 gradle/pomconfigurer.gradle | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[groovy] 01/02: master is now 4.0.x

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

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

commit ecfeaecf4f8db9043f94292dfb1395105791902f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 18 09:58:07 2019 +1000

    master is now 4.0.x
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index b1aa598..62d9a06 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 = 4.0.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 3.0.0.SNAPSHOT
+groovyBundleVersion = 4.0.0.SNAPSHOT
 
 gradle_version=5.6.2
 


[groovy] 02/02: maven coords moved to apache for 4.0.x

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

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

commit b86049146ef2d91f17506370bd5a865b724aac69
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 18 10:00:35 2019 +1000

    maven coords moved to apache for 4.0.x
---
 gradle/pomconfigurer.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/pomconfigurer.gradle b/gradle/pomconfigurer.gradle
index b9586cb..241fec6 100644
--- a/gradle/pomconfigurer.gradle
+++ b/gradle/pomconfigurer.gradle
@@ -17,7 +17,7 @@
  *  under the License.
  */
 
-group = 'org.codehaus.groovy'
+group = 'org.apache.groovy'
 
 project.ext.optionalDeps = []
 project.ext.providedDeps = []
@@ -28,7 +28,7 @@ project.ext.provided = { project.ext.providedDeps << it }
 project.ext.pomConfigureClosureWithoutTweaks = {
     project {
         name 'Apache Groovy'
-        description 'Groovy: A powerful, dynamic language for the JVM'
+        description 'Groovy: A powerful multi-faceted language for the JVM'
         url 'https://groovy-lang.org'
         inceptionYear '2003'
         organization {