Skip to content

Commit 1a68bdc

Browse files
committed
Bump org.apache.commons:commons-parent from 78 to 79
1 parent 2fc4ffb commit 1a68bdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>78</version>
22+
<version>79</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>

src/changes/changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ then tweak the source formatting if necessary and regenerate, then commit
3838
3939
The <action> type attribute can be add,update,fix,remove.
4040
-->
41-
42-
<document xmlns="http://maven.apache.org/changes/1.0.0"
41+
<document xmlns="http://maven.apache.org/changes/2.0.0"
4342
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44-
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 http://maven.apache.org/xsd/changes-2.0.0.xsd">
4544
<properties>
4645
<title>Apache Commons IO Release Notes</title>
4746
</properties>
@@ -64,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
6463
<!-- UPDATE -->
6564
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons.bytebuddy.version from 1.15.10 to 1.15.11 #710.</action>
6665
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.17.2.</action>
66+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action>
6767
</release>
6868
<release version="2.18.0" date="2024-11-16" description="Version 2.18.0: Java 8 is required.">
6969
<!-- FIX -->

0 commit comments

Comments
 (0)