Skip to content

Commit cfe873e

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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-csv</artifactId>
2626
<version>1.13.0-SNAPSHOT</version>

src/changes/changes.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
The <action> type attribute can be add,update,fix,remove.
3434
-->
3535

36-
<document xmlns="http://maven.apache.org/changes/1.0.0"
37-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
38-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
36+
<document xmlns="http://maven.apache.org/changes/2.0.0"
37+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
38+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd">
3939
<properties>
4040
<title>Apache Commons CSV Release Notes</title>
4141
</properties>
@@ -55,6 +55,7 @@
5555
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #493.</action>
5656
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-io:commons-io from 2.17.0 to 2.18.0 #505.</action>
5757
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.17.2.</action>
58+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action>
5859
</release>
5960
<release version="1.12.0" date="2024-09-21" description="This is a feature and maintenance release. Java 8 or later is required.">
6061
<!-- ADD -->

0 commit comments

Comments
 (0)