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 2edce75926c22ea9c15e0ccc134deec20bf3f7da Author: Gary Gregory <[email protected]> AuthorDate: Sun Aug 30 17:49:27 2026 -0400 Revert "Inherit Maven property `commons.packageId`" This reverts commit d11079111f49556456edfb93f550f422aecaa7fb. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 957b86f..0f67c6a 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ limitations under the License. <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.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>
