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
The following commit(s) were added to refs/heads/master by this push:
new 4f7f2af47 Improve description
4f7f2af47 is described below
commit 4f7f2af47ec640acf9dabd04d92bea99838c39a3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 16 11:05:50 2025 -0500
Improve description
---
pom.xml | 15 +++++++++------
src/changes/release-notes.vm | 8 --------
2 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index 101e0095b..931b3e623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,15 +30,18 @@
<name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear>
<description>
- Apache Commons Lang, a package of Java utility classes for the
- classes that are in java.lang's hierarchy, or are considered to be so
- standard as to justify existence in java.lang.
+ Apache Commons Lang is a package of Java utility classes for the Java lang
packages,
+ classes that could be considered standard to justify their existence in
java.lang.
- The code is tested using the latest revision of the JDK for supported
- LTS releases: 8, 11, 17, 21 and 25 currently.
+ The code is tested using the latest revision of the JDK for supported LTS
releases: 8, 11, 17, 21, and 25.
See
https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
-
+
Please ensure your build environment is up-to-date and kindly report any
build issues.
+
+ Starting with Commons Lang 3.9, we target Java 8 and use those features.
+
+ For advice on upgrading from 2.x to 3.x, see
https://commons.apache.org/lang/article3_0.html
+
</description>
<url>https://commons.apache.org/proper/commons-lang/</url>
<ciManagement>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 811694322..d8c2e9936 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -36,14 +36,6 @@ ${project.name} ${version} Release Notes
The ${developmentTeam} is pleased to announce the release of ${project.name}
${version}.
-Commons Lang is a set of utility functions and reusable components that should
be useful in any Java environment.
-
-Starting with Commons Lang 3.9, we target Java 8, using those features.
-
-For advice on upgrading from 2.x to 3.x, see:
-
- https://commons.apache.org/lang/article3_0.html
-
$introduction.replaceAll("(?<!\015)\012", "
").replaceAll("(?m)^ +","")