Author: fanningpj
Date: Thu Jul 21 20:16:38 2022
New Revision: 1902923
URL: http://svn.apache.org/viewvc?rev=1902923&view=rev
Log:
update pom logic
Modified:
poi/trunk/build.gradle
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1902923&r1=1902922&r2=1902923&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Jul 21 20:16:38 2022
@@ -486,13 +486,13 @@ subprojects {
name = 'POI Users List'
subscribe = '[email protected]'
unsubscribe = '[email protected]'
- archive =
'http://mail-archives.apache.org/mod_mbox/poi-user/'
+ archive =
'https://lists.apache.org/[email protected]'
}
mailingList {
name = 'POI Developer List'
subscribe = '[email protected]'
unsubscribe = '[email protected]'
- archive =
'http://mail-archives.apache.org/mod_mbox/poi-dev/'
+ archive =
'https://lists.apache.org/[email protected]'
}
}
@@ -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 = '[email protected]'
+ organization = 'Apache POI'
+ }
+ }
+
withXml {
def r = asElement()
def doc = r.getOwnerDocument()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]