You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/12/21 21:08:02 UTC

[logging-log4j-tools] 04/05: Add more meta information to `/pom.xml`

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ı <vo...@yazi.ci>
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:git@github.com:apache/logging-log4j-tools.git</connection>
-    <developerConnection>scm:git:git@github.com: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:git@github.com:apache/logging-log4j-tools.git</connection>
+    <developerConnection>scm:git:git@github.com: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>rgoers@apache.org</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>vy@apache.org</email>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>Europe/Amsterdam</timezone>
+    </developer>
+
+    <developer>
+      <id>pkarwasz</id>
+      <name>Piotr P. Karwasz</name>
+      <email>pkarwasz@apache.org</email>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>Europe/Warsaw</timezone>
+    </developer>
+
+  </developers>
+
 </project>