Skip to content

Commit 4f7f2af

Browse files
committed
Improve description
1 parent f0cd56a commit 4f7f2af

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,18 @@
3030
<name>Apache Commons Lang</name>
3131
<inceptionYear>2001</inceptionYear>
3232
<description>
33-
Apache Commons Lang, a package of Java utility classes for the
34-
classes that are in java.lang's hierarchy, or are considered to be so
35-
standard as to justify existence in java.lang.
33+
Apache Commons Lang is a package of Java utility classes for the Java lang packages,
34+
classes that could be considered standard to justify their existence in java.lang.
3635

37-
The code is tested using the latest revision of the JDK for supported
38-
LTS releases: 8, 11, 17, 21 and 25 currently.
36+
The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17, 21, and 25.
3937
See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
40-
38+
4139
Please ensure your build environment is up-to-date and kindly report any build issues.
40+
41+
Starting with Commons Lang 3.9, we target Java 8 and use those features.
42+
43+
For advice on upgrading from 2.x to 3.x, see https://commons.apache.org/lang/article3_0.html
44+
4245
</description>
4346
<url>https://commons.apache.org/proper/commons-lang/</url>
4447
<ciManagement>

src/changes/release-notes.vm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ ${project.name} ${version} Release Notes
3636

3737
The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}.
3838

39-
Commons Lang is a set of utility functions and reusable components that should be useful in any Java environment.
40-
41-
Starting with Commons Lang 3.9, we target Java 8, using those features.
42-
43-
For advice on upgrading from 2.x to 3.x, see:
44-
45-
https://commons.apache.org/lang/article3_0.html
46-
4739
$introduction.replaceAll("(?<!\015)\012", "
4840
").replaceAll("(?m)^ +","")
4941

0 commit comments

Comments
 (0)