Skip to content

Commit e1c2bed

Browse files
committed
Bump org.apache.commons:commons-parent from 78 to 79
1 parent af26fef commit e1c2bed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>78</version>
23+
<version>79</version>
2424
</parent>
2525
<artifactId>commons-text</artifactId>
2626
<version>1.13.1-SNAPSHOT</version>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ and commit
3838
The <action> type attribute can be add,update,fix,remove.
3939
-->
4040

41-
<document xmlns="http://maven.apache.org/changes/1.0.0"
41+
<document xmlns="http://maven.apache.org/changes/2.0.0"
4242
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
43+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
4444
<properties>
4545
<title>Apache Commons Text Changes</title>
4646
</properties>

src/main/java/org/apache/commons/text/translate/EntityArrays.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class EntityArrays {
7676
initialMap.put("\u00C2", "&Acirc;"); // Â - uppercase A, circumflex accent
7777
initialMap.put("\u00C3", "&Atilde;"); // Ã - uppercase A, tilde
7878
initialMap.put("\u00C4", "&Auml;"); // Ä - uppercase A, umlaut
79-
initialMap.put("\u00C5", "&Aring;"); // � - uppercase A, ring
79+
initialMap.put("\u00C5", "&Aring;"); // � - uppercase A, ring
8080
initialMap.put("\u00C6", "&AElig;"); // Æ - uppercase AE
8181
initialMap.put("\u00C7", "&Ccedil;"); // Ç - uppercase C, cedilla
8282
initialMap.put("\u00C8", "&Egrave;"); // È - uppercase E, grave accent

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<item name="Overview" href="/index.html"/>
2828
<item name="Download" href="/download_text.cgi"/>
2929
<item name="User Guide" href="/userguide.html" />
30-
<item name="Release History" href="/changes-report.html"/>
30+
<item name="Release History" href="/changes.html"/>
3131
<item name="Javadoc" href="/apidocs/index.html"/>
3232
<item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-text"/>
3333
<item name="Security" href="/security.html"/>

0 commit comments

Comments
 (0)