Repository: incubator-groovy Updated Branches: refs/heads/master 40dd9b308 -> ef821de48
updates for the pom for next release (partial) Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/ef821de4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/ef821de4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/ef821de4 Branch: refs/heads/master Commit: ef821de489ce586b32bad340f2b3c492eb86fd61 Parents: 40dd9b3 Author: Paul King <[email protected]> Authored: Fri May 1 17:29:54 2015 +1000 Committer: Paul King <[email protected]> Committed: Fri May 1 17:30:23 2015 +1000 ---------------------------------------------------------------------- gradle/pomconfigurer.gradle | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/ef821de4/gradle/pomconfigurer.gradle ---------------------------------------------------------------------- diff --git a/gradle/pomconfigurer.gradle b/gradle/pomconfigurer.gradle index 77e9164..3453b47 100644 --- a/gradle/pomconfigurer.gradle +++ b/gradle/pomconfigurer.gradle @@ -27,13 +27,13 @@ project.ext.provided = { project.ext.providedDeps << it } project.ext.pomConfigureClosureWithoutTweaks = { project { - name 'Groovy' + name 'Apache Groovy' description 'Groovy: A powerful, dynamic language for the JVM' - url 'http://groovy.codehaus.org/' + url 'http://groovy-lang.org' inceptionYear '2003' organization { - name 'The Codehaus' - url 'http://codehaus.org' + name 'Apache Software Foundation' + url 'http://groovy-lang.org' } developers { developer { @@ -490,10 +490,6 @@ project.ext.pomConfigureClosureWithoutTweaks = { } mailingLists { mailingList { - name 'Groovy JSR Discussion List' - archive 'http://dir.gmane.org/gmane.comp.lang.groovy.jsr' - } - mailingList { name 'Groovy Developer List' archive 'http://dir.gmane.org/gmane.comp.lang.groovy.devel' } @@ -509,10 +505,14 @@ project.ext.pomConfigureClosureWithoutTweaks = { distribution 'repo' } } + issueManagement { + system 'jira' + url 'http://issues.apache.org/jira/browse/GROOVY' + } scm { - connection 'scm:git:[email protected]:groovy/groovy-core.git' - developerConnection 'scm:git:[email protected]:groovy/groovy-core.git' - url '[email protected]:groovy/groovy-core.git' + connection 'scm:git:https://github.com/apache/incubator-groovy.git' + developerConnection 'scm:git:https://github.com/apache/incubator-groovy.git' + url 'https://github.com/apache/incubator-groovy.git' } } }
