|
24 | 24 | <modelVersion>4.0.0</modelVersion> |
25 | 25 | <groupId>commons-io</groupId> |
26 | 26 | <artifactId>commons-io</artifactId> |
27 | | - <version>2.18.1-SNAPSHOT</version> |
| 27 | + <version>2.19.0-SNAPSHOT</version> |
28 | 28 | <name>Apache Commons IO</name> |
29 | | - |
30 | 29 | <inceptionYear>2002</inceptionYear> |
31 | 30 | <description> |
32 | 31 | The Apache Commons IO library contains utility classes, stream implementations, file filters, |
33 | 32 | file comparators, endian transformation classes, and much more. |
34 | 33 | </description> |
35 | | - |
36 | 34 | <url>https://commons.apache.org/proper/commons-io/</url> |
37 | | - |
38 | 35 | <issueManagement> |
39 | 36 | <system>jira</system> |
40 | 37 | <url>https://issues.apache.org/jira/browse/IO</url> |
41 | 38 | </issueManagement> |
42 | | - |
43 | 39 | <distributionManagement> |
44 | 40 | <site> |
45 | 41 | <id>apache.website</id> |
46 | 42 | <name>Apache Commons Site</name> |
47 | 43 | <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</url> |
48 | 44 | </site> |
49 | 45 | </distributionManagement> |
50 | | - |
51 | 46 | <scm> |
52 | 47 | <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection> |
53 | 48 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection> |
54 | 49 | <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> |
56 | 51 | </scm> |
57 | | - |
58 | 52 | <dependencies> |
59 | 53 | <dependency> |
60 | 54 | <groupId>org.junit.jupiter</groupId> |
@@ -118,16 +112,15 @@ file comparators, endian transformation classes, and much more. |
118 | 112 | <scope>test</scope> |
119 | 113 | </dependency> |
120 | 114 | </dependencies> |
121 | | - |
122 | 115 | <properties> |
123 | 116 | <maven.compiler.source>1.8</maven.compiler.source> |
124 | 117 | <maven.compiler.target>1.8</maven.compiler.target> |
125 | 118 | <commons.componentid>io</commons.componentid> |
126 | 119 | <commons.module.name>org.apache.commons.io</commons.module.name> |
127 | 120 | <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> |
131 | 124 | <project.build.outputTimestamp>2024-11-19T20:55:01Z</project.build.outputTimestamp> |
132 | 125 | <commons.release.desc>(requires Java 8)</commons.release.desc> |
133 | 126 | <commons.jira.id>IO</commons.jira.id> |
|
0 commit comments