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 b52268122 Bump POM version to 2.19.0
b52268122 is described below

commit b52268122ec69e1bb2e4eeea2e3512cc320c1744
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 26 16:52:19 2024 -0500

    Bump POM version to 2.19.0
---
 pom.xml                 | 17 +++++------------
 src/changes/changes.xml |  2 +-
 2 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7975fc8a..145f52cf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,22 +24,18 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.18.1-SNAPSHOT</version>
+  <version>2.19.0-SNAPSHOT</version>
   <name>Apache Commons IO</name>
-
   <inceptionYear>2002</inceptionYear>
   <description>
 The Apache Commons IO library contains utility classes, stream 
implementations, file filters,
 file comparators, endian transformation classes, and much more.
   </description>
-
   <url>https://commons.apache.org/proper/commons-io/</url>
-
   <issueManagement>
     <system>jira</system>
     <url>https://issues.apache.org/jira/browse/IO</url>
   </issueManagement>
-
   <distributionManagement>
     <site>
       <id>apache.website</id>
@@ -47,14 +43,12 @@ file comparators, endian transformation classes, and much 
more.
       
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</url>
     </site>
   </distributionManagement>
-
   <scm>
     
<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.17.0</tag>
+    <tag>rel/commons-io-2.19.0</tag>
   </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
@@ -118,16 +112,15 @@ file comparators, endian transformation classes, and much 
more.
       <scope>test</scope>
     </dependency>
   </dependencies>
-
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>io</commons.componentid>
     <commons.module.name>org.apache.commons.io</commons.module.name>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.bc.version>2.17.0</commons.bc.version>
-    <commons.release.version>2.18.0</commons.release.version>
-    <commons.release.next>2.18.1</commons.release.next>
+    <commons.bc.version>2.18.0</commons.bc.version>
+    <commons.release.version>2.19.0</commons.release.version>
+    <commons.release.next>2.19.1</commons.release.next>
     
<project.build.outputTimestamp>2024-11-19T20:55:01Z</project.build.outputTimestamp>
     <commons.release.desc>(requires Java 8)</commons.release.desc>
     <commons.jira.id>IO</commons.jira.id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4fe84f2a0..03e6bb16c 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.18.1" date="YYYY-MM-DD" description="Version 2.18.1: 
Java 8 is required.">
+    <release version="2.19.0" date="YYYY-MM-DD" description="Version 2.18.1: 
Java 8 is required.">
       <!-- FIX -->
       <!-- ADD -->
       <action dev="ggregory" type="add" issue="IO-860" due-to="Nico Strecker, 
Gary Gregory">Add ThrottledInputStream.Builder.setMaxBytes(int, 
ChronoUnit).</action>

Reply via email to