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-dbutils.git
The following commit(s) were added to refs/heads/master by this push:
new 556b124 Add ciManagement element to POM
556b124 is described below
commit 556b12407b0287310cbdb804d6c51aab410b70b5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 6 10:11:30 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 11a9221..69815b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,10 @@
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
</site>
</distributionManagement>
-
+ <ciManagement>
+ <system>GitHub</system>
+ <url>https://github.com/apache/commons-dbutils/actions</url>
+ </ciManagement>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>