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-logging.git
The following commit(s) were added to refs/heads/master by this push:
new e59e811 Add ciManagement element to POM
e59e811 is described below
commit e59e811d00bd0b1452fdc70519188f66e8cf9db7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 6 10:17:25 2025 -0400
Add ciManagement element to POM
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index ea3f371..fa1210b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,10 @@ under the License.
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-logging</developerConnection>
<url>https://gitbox.apache.org/repos/asf/commons-logging</url>
</scm>
+ <ciManagement>
+ <system>GitHub</system>
+ <url>https://github.com/apache/commons-logging/actions</url>
+ </ciManagement>
<build>
<!-- TODO spotbugs:check -->
<defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc
checkstyle:check pmd:check</defaultGoal>