Skip to content

Commit b522681

Browse files
committed
Bump POM version to 2.19.0
1 parent 2224df7 commit b522681

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

pom.xml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,31 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
2626
<artifactId>commons-io</artifactId>
27-
<version>2.18.1-SNAPSHOT</version>
27+
<version>2.19.0-SNAPSHOT</version>
2828
<name>Apache Commons IO</name>
29-
3029
<inceptionYear>2002</inceptionYear>
3130
<description>
3231
The Apache Commons IO library contains utility classes, stream implementations, file filters,
3332
file comparators, endian transformation classes, and much more.
3433
</description>
35-
3634
<url>https://commons.apache.org/proper/commons-io/</url>
37-
3835
<issueManagement>
3936
<system>jira</system>
4037
<url>https://issues.apache.org/jira/browse/IO</url>
4138
</issueManagement>
42-
4339
<distributionManagement>
4440
<site>
4541
<id>apache.website</id>
4642
<name>Apache Commons Site</name>
4743
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</url>
4844
</site>
4945
</distributionManagement>
50-
5146
<scm>
5247
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
5348
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
5449
<url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
55-
<tag>rel/commons-io-2.17.0</tag>
50+
<tag>rel/commons-io-2.19.0</tag>
5651
</scm>
57-
5852
<dependencies>
5953
<dependency>
6054
<groupId>org.junit.jupiter</groupId>
@@ -118,16 +112,15 @@ file comparators, endian transformation classes, and much more.
118112
<scope>test</scope>
119113
</dependency>
120114
</dependencies>
121-
122115
<properties>
123116
<maven.compiler.source>1.8</maven.compiler.source>
124117
<maven.compiler.target>1.8</maven.compiler.target>
125118
<commons.componentid>io</commons.componentid>
126119
<commons.module.name>org.apache.commons.io</commons.module.name>
127120
<commons.rc.version>RC1</commons.rc.version>
128-
<commons.bc.version>2.17.0</commons.bc.version>
129-
<commons.release.version>2.18.0</commons.release.version>
130-
<commons.release.next>2.18.1</commons.release.next>
121+
<commons.bc.version>2.18.0</commons.bc.version>
122+
<commons.release.version>2.19.0</commons.release.version>
123+
<commons.release.next>2.19.1</commons.release.next>
131124
<project.build.outputTimestamp>2024-11-19T20:55:01Z</project.build.outputTimestamp>
132125
<commons.release.desc>(requires Java 8)</commons.release.desc>
133126
<commons.jira.id>IO</commons.jira.id>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
4646
<title>Apache Commons IO Release Notes</title>
4747
</properties>
4848
<body>
49-
<release version="2.18.1" date="YYYY-MM-DD" description="Version 2.18.1: Java 8 is required.">
49+
<release version="2.19.0" date="YYYY-MM-DD" description="Version 2.18.1: Java 8 is required.">
5050
<!-- FIX -->
5151
<!-- ADD -->
5252
<action dev="ggregory" type="add" issue="IO-860" due-to="Nico Strecker, Gary Gregory">Add ThrottledInputStream.Builder.setMaxBytes(int, ChronoUnit).</action>

0 commit comments

Comments
 (0)