You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 21:35:28 UTC

[commons-configuration] 11/12: Fix CI link

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

commit e1b99f4e57bf617b6a833607effbc2c227048084
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 17:30:44 2023 -0400

    Fix CI link
    
    Fix XML
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fae93fb3..815e402f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,8 +41,8 @@
   </issueManagement>
 
   <ciManagement>
-    <system>jenkins</system>
-    <url>https://builds.apache.org/job/Commons-configuration/</url>
+    <system>github</system>
+    <url>https://github.com/apache/commons-configuration/actions</url>
   </ciManagement>
 
   <scm>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6a52139..f173c93d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,7 +36,7 @@
       </action>
       <action type="fix" dev="ggregory" due-to="Arturo Bernal">
         Use Java style array decelerations #244.
-      </action>org.apache.commons.configuration2.web.AppletConfiguration.getKeysInternal()
+      </action>
       <!-- ADD -->
       <action issue="CONFIGURATION-799" type="add" dev="ggregory" due-to="Xinshiyou, Gary Gregory">
         Add DefaultConversionHandler#setListDelimiterHandler(ListDelimiterHandler).