Skip to content

Commit db18756

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

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-parent</artifactId>
27-
<version>78</version>
27+
<version>79</version>
2828
</parent>
2929
<groupId>commons-codec</groupId>
3030
<artifactId>commons-codec</artifactId>

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=m.n]
3535
The <action> type attribute can be add,update,fix,remove.
3636
-->
3737

38-
<document xmlns="http://maven.apache.org/changes/1.0.0"
38+
<document xmlns="http://maven.apache.org/changes/2.0.0"
3939
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
40-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
40+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
4141
<properties>
4242
<title>Apache Commons Codec Release Notes</title>
4343
<author>Apache Commons Developers</author>
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
4747
<!-- FIX -->
4848
<!-- ADD -->
4949
<!-- UPDATE -->
50+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action>
5051
</release>
5152
<release version="1.17.2" date="2024-12-28" description="This is a feature and maintenance release. Java 8 or later is required.">
5253
<!-- FIX -->

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</menu>
3333

3434
<menu name="Development">
35-
<item name="Release Notes" href="/changes-report.html"/>
35+
<item name="Release Notes" href="/changes.html"/>
3636
<item name="Mailing Lists" href="/mail-lists.html"/>
3737
<item name="Issue Tracking" href="/issue-tracking.html"/>
3838
<item name="Source Repository" href="/scm.html"/>

0 commit comments

Comments
 (0)