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 69069b8 Move developer section to the bottom of the file
69069b8 is described below
commit 69069b8a6056df64fb417b1811a03a3066310e91
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 5 07:47:49 2026 -0400
Move developer section to the bottom of the file
It's the least edited.
---
pom.xml | 47 ++++++++++++++++++++++-------------------------
1 file changed, 22 insertions(+), 25 deletions(-)
diff --git a/pom.xml b/pom.xml
index 35aba3c..c81289a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,37 +32,12 @@ limitations under the License.
<description>Apache Commons XML provides secure-by-default JAXP factory
creation, abstracting over
implementation-specific XXE hardening differences between the stock JDK
and external JAXP implementations
(Android, Apache Xalan, Apache Xerces, Woodstox, Saxon-HE).</description>
-
- <developers>
- <developer>
- <id>ppkarwasz</id>
- <name>Piotr P. Karwasz</name>
- <email>[email protected]</email>
- </developer>
- <developer>
- <id>ggregory</id>
- <name>Gary Gregory</name>
- <email>ggregory at apache.org</email>
- <url>https://www.garygregory.com</url>
- <organization>The Apache Software Foundation</organization>
- <organizationUrl>https://www.apache.org/</organizationUrl>
- <roles>
- <role>PMC Member</role>
- </roles>
- <timezone>America/New_York</timezone>
- <properties>
-
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
- </properties>
- </developer>
- </developers>
-
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-xml.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-xml.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-xml.git</url>
<tag>rel/commons-xml-${project.version}</tag>
</scm>
-
<properties>
<!-- Release-related properties -->
<commons.release.version>0.1.0</commons.release.version>
@@ -474,4 +449,26 @@ limitations under the License.
</build>
</profile>
</profiles>
+ <developers>
+ <developer>
+ <id>ppkarwasz</id>
+ <name>Piotr P. Karwasz</name>
+ <email>[email protected]</email>
+ </developer>
+ <developer>
+ <id>ggregory</id>
+ <name>Gary Gregory</name>
+ <email>ggregory at apache.org</email>
+ <url>https://www.garygregory.com</url>
+ <organization>The Apache Software Foundation</organization>
+ <organizationUrl>https://www.apache.org/</organizationUrl>
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>America/New_York</timezone>
+ <properties>
+
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
+ </properties>
+ </developer>
+ </developers>
</project>