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-lang.git

commit f3b1b1f121cebbafca9c5117ff3734aeff148c74
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Aug 29 19:40:20 2024 +0000

    Bump to next development version
---
 pom.xml                                                  | 4 ++--
 src/main/java/org/apache/commons/lang3/package-info.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 946e18139..271a72c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
     <!--
diff --git a/src/main/java/org/apache/commons/lang3/package-info.java 
b/src/main/java/org/apache/commons/lang3/package-info.java
index 88019fbb9..d0bdb9589 100644
--- a/src/main/java/org/apache/commons/lang3/package-info.java
+++ b/src/main/java/org/apache/commons/lang3/package-info.java
@@ -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>

Reply via email to