mirror of https://github.com/apache/poi.git
update pom logic
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9ec9fc3f2
commit
2d44904c6d
18
build.gradle
18
build.gradle
|
@ -486,13 +486,13 @@ subprojects {
|
|||
name = 'POI Users List'
|
||||
subscribe = 'user-subscribe@poi.apache.org'
|
||||
unsubscribe = 'user-unsubscribe@poi.apache.org'
|
||||
archive = 'http://mail-archives.apache.org/mod_mbox/poi-user/'
|
||||
archive = 'https://lists.apache.org/list.html?user@poi.apache.org'
|
||||
}
|
||||
mailingList {
|
||||
name = 'POI Developer List'
|
||||
subscribe = 'dev-subscribe@poi.apache.org'
|
||||
unsubscribe = 'dev-unsubscribe@poi.apache.org'
|
||||
archive = 'http://mail-archives.apache.org/mod_mbox/poi-dev/'
|
||||
archive = 'https://lists.apache.org/list.html?dev@poi.apache.org'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -509,6 +509,20 @@ subprojects {
|
|||
url = 'http://www.apache.org/'
|
||||
}
|
||||
|
||||
issueManagement {
|
||||
system = 'bugzilla'
|
||||
url = 'https://bz.apache.org/bugzilla'
|
||||
}
|
||||
|
||||
developers {
|
||||
developer {
|
||||
name = 'POI Team'
|
||||
id = 'poi'
|
||||
email = 'user@poi.apache.org'
|
||||
organization = 'Apache POI'
|
||||
}
|
||||
}
|
||||
|
||||
withXml {
|
||||
def r = asElement()
|
||||
def doc = r.getOwnerDocument()
|
||||
|
|
Loading…
Reference in New Issue