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


The following commit(s) were added to refs/heads/master by this push:
     new e1c2bed0 Bump org.apache.commons:commons-parent from 78 to 79
e1c2bed0 is described below

commit e1c2bed0dff0c0b749b1fd6c799cb97a82a255f4
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 10 08:05:19 2025 -0500

    Bump org.apache.commons:commons-parent from 78 to 79
---
 pom.xml                                                           | 2 +-
 src/changes/changes.xml                                           | 4 ++--
 src/main/java/org/apache/commons/text/translate/EntityArrays.java | 2 +-
 src/site/site.xml                                                 | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6a3107fb..8486d673 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>78</version>
+    <version>79</version>
   </parent>
   <artifactId>commons-text</artifactId>
   <version>1.13.1-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c759fa5..e01814bc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,9 +38,9 @@ and commit
 The <action> type attribute can be add,update,fix,remove.
 -->
 
-<document xmlns="http://maven.apache.org/changes/1.0.0";
+<document xmlns="http://maven.apache.org/changes/2.0.0";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
https://maven.apache.org/xsd/changes-2.0.0.xsd";>
   <properties>
     <title>Apache Commons Text Changes</title>
   </properties>
diff --git a/src/main/java/org/apache/commons/text/translate/EntityArrays.java 
b/src/main/java/org/apache/commons/text/translate/EntityArrays.java
index a54b667a..a7617b73 100644
--- a/src/main/java/org/apache/commons/text/translate/EntityArrays.java
+++ b/src/main/java/org/apache/commons/text/translate/EntityArrays.java
@@ -76,7 +76,7 @@ public class EntityArrays {
         initialMap.put("\u00C2", "&Acirc;"); // Â - uppercase A, circumflex 
accent
         initialMap.put("\u00C3", "&Atilde;"); // Ã - uppercase A, tilde
         initialMap.put("\u00C4", "&Auml;"); // Ä - uppercase A, umlaut
-        initialMap.put("\u00C5", "&Aring;"); // � - uppercase A, ring
+        initialMap.put("\u00C5", "&Aring;"); // � - uppercase A, ring
         initialMap.put("\u00C6", "&AElig;"); // Æ - uppercase AE
         initialMap.put("\u00C7", "&Ccedil;"); // Ç - uppercase C, cedilla
         initialMap.put("\u00C8", "&Egrave;"); // È - uppercase E, grave accent
diff --git a/src/site/site.xml b/src/site/site.xml
index 2dcf18c2..a7825963 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,7 @@
             <item name="Overview"             href="/index.html"/>
             <item name="Download"             href="/download_text.cgi"/>
             <item name="User Guide"           href="/userguide.html" />
-            <item name="Release History"      href="/changes-report.html"/>
+            <item name="Release History"      href="/changes.html"/>
             <item name="Javadoc"              href="/apidocs/index.html"/>
             <item name="Javadoc Archive"      
href="https://javadoc.io/doc/org.apache.commons/commons-text"/>
             <item name="Security"             href="/security.html"/>

Reply via email to