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:46 UTC

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

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 {