Skip to content

Commit a41080e

Browse files
author
Gary Gregory
committed
Updates for next release.
1 parent 480ab12 commit a41080e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
2626
<artifactId>commons-io</artifactId>
27-
<version>2.9.1-SNAPSHOT</version>
27+
<version>2.10.0-SNAPSHOT</version>
2828
<name>Apache Commons IO</name>
2929

3030
<inceptionYear>2002</inceptionYear>
@@ -52,7 +52,7 @@ file comparators, endian transformation classes, and much more.
5252
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
5353
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
5454
<url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
55-
<tag>rel/commons-io-2.9.0</tag>
55+
<tag>rel/commons-io-2.10.0</tag>
5656
</scm>
5757

5858
<developers>
@@ -292,7 +292,7 @@ file comparators, endian transformation classes, and much more.
292292
<commons.module.name>org.apache.commons.io</commons.module.name>
293293
<commons.rc.version>RC1</commons.rc.version>
294294
<commons.bc.version>2.9.0</commons.bc.version>
295-
<commons.release.version>2.9.1</commons.release.version>
295+
<commons.release.version>2.10.0</commons.release.version>
296296
<commons.release.desc>(requires Java 8)</commons.release.desc>
297297
<commons.jira.id>IO</commons.jira.id>
298298
<commons.jira.pid>12310477</commons.jira.pid>

src/changes/changes.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<!-- The release date is the date RC is cut -->
49-
<release version="2.9.1" date="2021-MM-DD" description="Java 8 required.">
49+
<release version="2.10.0" date="2021-MM-DD" description="Java 8 required.">
50+
<!-- ADD -->
51+
<action dev="ggregory" type="add" due-to="Gary Gregory">
52+
Add RegexFileFilter.toString().
53+
</action>
5054
</release>
5155
<release version="2.9.0" date="2021-05-22" description="Java 8 required.">
5256
<!-- FIX -->

0 commit comments

Comments
 (0)