Repository: incubator-groovy Updated Branches: refs/heads/master ef821de48 -> 0a1fa75ed
updates for the pom for next release (mailing list) Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/0a1fa75e Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/0a1fa75e Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/0a1fa75e Branch: refs/heads/master Commit: 0a1fa75eddde19d0010b4cadb54ab32a737536f0 Parents: ef821de Author: Paul King <[email protected]> Authored: Fri May 1 20:44:04 2015 +1000 Committer: Paul King <[email protected]> Committed: Fri May 1 20:44:04 2015 +1000 ---------------------------------------------------------------------- gradle/pomconfigurer.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/0a1fa75e/gradle/pomconfigurer.gradle ---------------------------------------------------------------------- diff --git a/gradle/pomconfigurer.gradle b/gradle/pomconfigurer.gradle index 3453b47..bff3bc6 100644 --- a/gradle/pomconfigurer.gradle +++ b/gradle/pomconfigurer.gradle @@ -491,11 +491,11 @@ project.ext.pomConfigureClosureWithoutTweaks = { mailingLists { mailingList { name 'Groovy Developer List' - archive 'http://dir.gmane.org/gmane.comp.lang.groovy.devel' + archive 'http://mail-archives.apache.org/mod_mbox/groovy-dev/' } mailingList { name 'Groovy User List' - archive 'http://dir.gmane.org/gmane.comp.lang.groovy.user' + archive 'http://mail-archives.apache.org/mod_mbox/groovy-users/' } } licenses {
