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
The following commit(s) were added to refs/heads/master by this push:
new 083d0034c Match version in POM
083d0034c is described below
commit 083d0034cafdab34d56245d8a3d86e5e2c13018f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 17 08:40:41 2024 -0400
Match version in POM
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2db7b9b48..0021d4f22 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons IO Release Notes</title>
</properties>
<body>
- <release version="2.17.1" date="YYYY-MM-DD" description="Version 2.17.1:
Java 8 is required.">
+ <release version="2.18.0" date="YYYY-MM-DD" description="Version 2.17.1:
Java 8 is required.">
<!-- FIX -->
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Clean ups in unit tests.</action>
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Fix some Javadoc issues.</action>