You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/09/30 20:25:57 UTC

[commons-rng] 02/03: Override ciManagement section from CP

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

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

commit ab290e3e8d1fc6e156bb5e706b37d753ebf17bb4
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Sep 30 21:05:35 2022 +0100

    Override ciManagement section from CP
    
    This section is used in a site report.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 507c0104..33a95853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,11 @@
     <url>https://issues.apache.org/jira/browse/RNG</url>
   </issueManagement>
 
+  <ciManagement>
+    <system>GitHub</system>
+    <url>https://github.com/apache/commons-rng/actions</url>
+  </ciManagement>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>