Repository: zest-qi4j Updated Branches: refs/heads/develop 2a673fd4f -> e44fb652d
Tailor generated POMs for the ASF - ZEST-20 See http://maven.apache.org/pom/asf/ Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/beac592a Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/beac592a Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/beac592a Branch: refs/heads/develop Commit: beac592a23c3080ece10b413d4c3809f70212e22 Parents: 2a673fd Author: Paul Merlin <[email protected]> Authored: Sun Jun 14 23:08:26 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sun Jun 14 23:22:11 2015 +0200 ---------------------------------------------------------------------- maven-compat.gradle | 50 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/beac592a/maven-compat.gradle ---------------------------------------------------------------------- diff --git a/maven-compat.gradle b/maven-compat.gradle index 82087f6..781d6af 100644 --- a/maven-compat.gradle +++ b/maven-compat.gradle @@ -1,29 +1,63 @@ apply plugin: 'maven' +// See http://maven.apache.org/pom/asf/ + pom { project { - url 'http://www.qi4j.org' + url 'https://zest.apache.org/' organization { - name 'Qi4j Community' - url 'http://www.qi4j.org' + name 'The Apache Software Foundation' + url 'https://apache.org/' } inceptionYear '2007' issueManagement { system 'jira' - url 'http://team.ops4j.org/browse/QI' + url 'https://issues.apache.org/jira/browse/ZEST' } scm { - url "http://github.com/Qi4j/qi4j-sdk" - connection "scm:git:http://github.com/Qi4j/qi4j-sdk.git" - developerConnection "scm:git:[email protected]:Qi4j/qi4j-sdk.git" + url "https://github.com/apache/zest-qi4j" + connection "scm:git:https://git-wip-us.apache.org/repos/asf/zest-qi4j.git" + developerConnection "scm:git:https://git-wip-us.apache.org/repos/asf/zest-qi4j.git" } licenses { license { - name 'Apache License version 2.0' + name 'Apache License, version 2.0.' url 'http://www.apache.org/licenses/LICENSE-2.0' } } + mailingLists { + mailingList { + name 'Users List' + subscribe '[email protected]' + unsubscribe '[email protected]' + post '[email protected]' + archive 'https://mail-archives.apache.org/mod_mbox/zest-users/' + otherArchives { + otherArchive 'https://www.apache.org/foundation/mailinglists.html#archives' + } + } + mailingList { + name 'Development List' + subscribe '[email protected]' + unsubscribe '[email protected]' + post '[email protected]' + archive 'https://mail-archives.apache.org/mod_mbox/zest-dev/' + otherArchives { + otherArchive 'https://www.apache.org/foundation/mailinglists.html#archives' + } + } + mailingList { + name 'Commits List' + subscribe '[email protected]' + unsubscribe '[email protected]' + post '[email protected]' + archive 'https://mail-archives.apache.org/mod_mbox/zest-commits/' + otherArchives { + otherArchive 'https://www.apache.org/foundation/mailinglists.html#archives' + } + } + } developers { developer { id '[email protected]'
