Author: fanningpj
Date: Thu Jul 21 20:16:29 2022
New Revision: 1902922
URL: http://svn.apache.org/viewvc?rev=1902922&view=rev
Log:
update pom logic
Modified:
xmlbeans/trunk/build.gradle
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1902922&r1=1902921&r2=1902922&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Jul 21 20:16:29 2022
@@ -537,13 +537,13 @@ publishing {
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]'
}
}
@@ -559,6 +559,20 @@ publishing {
name = 'Apache Software Foundation'
url = 'http://www.apache.org/'
}
+
+ issueManagement {
+ system = 'jira'
+ url = 'https://issues.apache.org/jira/browse/XMLBEANS'
+ }
+
+ developers {
+ developer {
+ name = 'POI Team'
+ id = 'poi'
+ email = '[email protected]'
+ organization = 'Apache POI'
+ }
+ }
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]