You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/25 14:42:33 UTC

[commons-build-plugin] branch master updated: Add ciManagement

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-build-plugin.git


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

commit 6a97ba58bd795a3b8f13329c0996b524a5f76e84
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 10:42:22 2023 -0400

    Add ciManagement
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index f999463..9adad72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,10 @@
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-build-plugin.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git</url>
   </scm>
+  <ciManagement>
+    <system>GitHub</system>
+    <url>https://github.com/apache/commons-build-plugin/actions</url>
+  </ciManagement>
   <distributionManagement>
     <site>
       <id>commons.site</id>