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
The following commit(s) were added to refs/heads/main by this push:
new d110791 Inherit Maven property `commons.packageId`
d110791 is described below
commit d11079111f49556456edfb93f550f422aecaa7fb
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 17:44:10 2026 -0400
Inherit Maven property `commons.packageId`
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0f67c6a..957b86f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,6 @@ 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>