Bump to next development version

This commit is contained in:
Gary Gregory 2024-08-29 19:40:20 +00:00
parent 29ccc7665f
commit f3b1b1f121
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<version>3.17.1-SNAPSHOT</version>
<name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear>
@ -121,7 +121,7 @@
<argLine>-Xmx512m</argLine>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2024-08-24T18:40:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-08-29T19:40:12Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!--

View File

@ -27,7 +27,7 @@
* They may, however, contain more global-like functions.</p>
*
* <p>Lang 3.0 requires JDK 1.5+, since Lang 3.2 it requires JDK 6+; The legacy release 2.6 requires JDK 1.2+.
* In both cases you can find features of later JDKs being maintained by us and likely to be removed or modified in favour of the JDK in the next major version.
* In both cases you can find features of later JDKs being maintained by us and likely to be removed or modified in favor of the JDK in the next major version.
* Note that Lang 3.0 uses a different package than its predecessors, allowing it to be used at the same time as an earlier version.</p>
*
* <p>You will find deprecated methods as you stroll through the Lang documentation. These are removed in the next major version.</p>