This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 8f975f0e31ac3884a06c60b54610b7992e5b3579 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Dec 20 21:06:12 2022 +0100 Add more meta information to `/pom.xml` --- pom.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 70 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 18af42f..4735c81 100644 --- a/pom.xml +++ b/pom.xml @@ -36,18 +36,6 @@ <module>log4j-changelog</module> </modules> - <scm> - <url>https://github.com/apache/logging-log4j-tools</url> - <connection>scm:git:[email protected]:apache/logging-log4j-tools.git</connection> - <developerConnection>scm:git:[email protected]:apache/logging-log4j-tools.git</developerConnection> - <tag>HEAD</tag> - </scm> - - <distributionManagement> - <!-- `repository` from parent `org.apache.logging:logging-parent` (id: `apache.releases.https`) --> - <!-- `snapshotRepository` from parent `org.apache.logging:logging-parent` (id: `apache.snapshots.https`) --> - </distributionManagement> - <properties> <!-- common properties --> @@ -265,4 +253,74 @@ </build> + <distributionManagement> + <!-- `repository` from parent `org.apache.logging:logging-parent` (id: `apache.releases.https`) --> + <!-- `snapshotRepository` from parent `org.apache.logging:logging-parent` (id: `apache.snapshots.https`) --> + </distributionManagement> + + <scm> + <url>https://github.com/apache/logging-log4j-tools</url> + <connection>scm:git:[email protected]:apache/logging-log4j-tools.git</connection> + <developerConnection>scm:git:[email protected]:apache/logging-log4j-tools.git</developerConnection> + <tag>HEAD</tag> + </scm> + + <url>https://github.com/apache/logging-log4j-tools</url> + + <issueManagement> + <system>GitHub Issues</system> + <url>https://github.com/apache/logging-log4j-tools/issues</url> + </issueManagement> + + <licenses> + <license> + <name>Apache License, Version 2.0</name> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + <comments>A business-friendly OSS license</comments> + </license> + </licenses> + + <organization> + <name>Apache Software Foundation</name> + <url>https://apache.org</url> + </organization> + + <inceptionYear>2022</inceptionYear> + + <developers> + + <developer> + <id>rgoers</id> + <name>Ralph Goers</name> + <email>[email protected]</email> + <organization>Nextiva</organization> + <roles> + <role>PMC Member</role> + </roles> + <timezone>America/Phoenix</timezone> + </developer> + + <developer> + <id>vy</id> + <name>Volkan Yazıcı</name> + <email>[email protected]</email> + <roles> + <role>PMC Member</role> + </roles> + <timezone>Europe/Amsterdam</timezone> + </developer> + + <developer> + <id>pkarwasz</id> + <name>Piotr P. Karwasz</name> + <email>[email protected]</email> + <roles> + <role>PMC Member</role> + </roles> + <timezone>Europe/Warsaw</timezone> + </developer> + + </developers> + </project>
