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 2023/09/07 09:01:37 UTC

[logging-log4j-jmx-gui] branch main updated: Add `scm`, `issueManagement`, and `ciManagement` to `pom.xml`

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ae5cc8  Add `scm`, `issueManagement`, and `ciManagement` to `pom.xml`
7ae5cc8 is described below

commit 7ae5cc831d7a04452ca63004002493069c2967d7
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Sep 7 11:01:56 2023 +0200

    Add `scm`, `issueManagement`, and `ciManagement` to `pom.xml`
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index fbba89b..9ff9674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,23 @@
 
   </developers>
 
+  <scm>
+    <connection>scm:git:https://github.com/apache/logging-log4j-jmx-gui.git</connection>
+    <developerConnection>scm:git:https://github.com/apache/logging-log4j-jmx-gui.git</developerConnection>
+    <tag>HEAD</tag>
+    <url>https://github.com/apache/logging-log4j-jmx-gui</url>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>https://github.com/apache/logging-log4j-jmx-gui/issues</url>
+  </issueManagement>
+
+  <ciManagement>
+    <system>GitHub Actions</system>
+    <url>https://github.com/apache/logging-log4j-jmx-gui/actions</url>
+  </ciManagement>
+
   <properties>
 
     <!-- project version -->