This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 9b1362f5981b20479c9bf2cf8c695244bfadafee Author: Gary Gregory <[email protected]> AuthorDate: Sun Aug 30 17:50:14 2026 -0400 Update Maven propeties to use "secure" names. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0f67c6a..b63dbe0 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ limitations under the License. <commons.bc.version>1.0.0</commons.bc.version> --> <japicmp.skip>true</japicmp.skip> <commons.release.next>1.0.1</commons.release.next> - <commons.componentid>xml</commons.componentid> - <commons.packageId>xml</commons.packageId> + <commons.componentid>secure-xml</commons.componentid> + <commons.packageId>secure-xml</commons.packageId> <commons.module.name>org.apache.commons.xml.secure</commons.module.name> <commons.jira.id>COMMONSXML</commons.jira.id> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-secure-xml</commons.scmPubUrl>
