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-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 2ef100c4 Add ciManagement element to POM
2ef100c4 is described below
commit 2ef100c49e0b760e9e5f9022afd8cbc760fa5ba2
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 6 10:16:24 2025 -0400
Add ciManagement element to POM
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 19541bab..1fded95d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,10 @@
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl/</url>
</site>
</distributionManagement>
+ <ciManagement>
+ <system>GitHub</system>
+ <url>https://github.com/apache/commons-jexl/actions</url>
+ </ciManagement>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>