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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-graph.git


The following commit(s) were added to refs/heads/master by this push:
     new dcbf115  Add ciManagement element to POM
dcbf115 is described below

commit dcbf11594e5b087c5ec02e4f2f3ecba48c11dbd1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 6 10:14:16 2025 -0400

    Add ciManagement element to POM
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d55c078..06ae6b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,10 @@
       
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/graph</url>
     </site>
   </distributionManagement>
-
+  <ciManagement>
+    <system>GitHub</system>
+    <url>https://github.com/apache/commons-graph/actions</url>
+  </ciManagement>
   <properties>
 
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>

Reply via email to