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-exec.git


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

commit e8c2571a3709e48a67e18971eb2950af3ae9eda3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 6 10:12:44 2025 -0400

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

diff --git a/pom.xml b/pom.xml
index 267f6602..1adad7bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,10 @@ limitations under the License.
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-exec</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/commons-exec</url>
   </scm>
+  <ciManagement>
+    <system>GitHub</system>
+    <url>https://github.com/apache/commons-exec/actions</url>
+  </ciManagement>
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>

Reply via email to