This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
commit a41080e1284ecc2ebb967852c5cd13be5660be7b Author: Gary Gregory <[email protected]> AuthorDate: Fri May 28 11:34:20 2021 -0400 Updates for next release. --- pom.xml | 6 +++--- src/changes/changes.xml | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c744b50..4d90171 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.9.1-SNAPSHOT</version> + <version>2.10.0-SNAPSHOT</version> <name>Apache Commons IO</name> <inceptionYear>2002</inceptionYear> @@ -52,7 +52,7 @@ file comparators, endian transformation classes, and much more. <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url> - <tag>rel/commons-io-2.9.0</tag> + <tag>rel/commons-io-2.10.0</tag> </scm> <developers> @@ -292,7 +292,7 @@ file comparators, endian transformation classes, and much more. <commons.module.name>org.apache.commons.io</commons.module.name> <commons.rc.version>RC1</commons.rc.version> <commons.bc.version>2.9.0</commons.bc.version> - <commons.release.version>2.9.1</commons.release.version> + <commons.release.version>2.10.0</commons.release.version> <commons.release.desc>(requires Java 8)</commons.release.desc> <commons.jira.id>IO</commons.jira.id> <commons.jira.pid>12310477</commons.jira.pid> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7b805e7..0f22caa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,11 @@ The <action> type attribute can be add,update,fix,remove. <body> <!-- The release date is the date RC is cut --> - <release version="2.9.1" date="2021-MM-DD" description="Java 8 required."> + <release version="2.10.0" date="2021-MM-DD" description="Java 8 required."> + <!-- ADD --> + <action dev="ggregory" type="add" due-to="Gary Gregory"> + Add RegexFileFilter.toString(). + </action> </release> <release version="2.9.0" date="2021-05-22" description="Java 8 required."> <!-- FIX -->
