Skip to content

Commit 9f43221

Browse files
committed
Fix declaration of common-lang3 lib and Bump release 2.4.4
1 parent 8f42ff5 commit 9f43221

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
major-number: 2
77
minor-number: 4
88
# the last figure of the real release number: e.g. 1 in "2.2m1", "2.3rc1", "2.4.1"
9-
release-number:5
9+
release-number:4
1010
# choose among: final, snapshot, rc, milestone
11-
meta.release-type: snapshot
11+
meta.release-type: final
1212
version-minor: ${major-number}.${minor-number}
1313

1414
# Version of JDK required

build/tmpl/text/changes.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Changes log
44
===========
55

6-
@version-full@ (@release-date@)
7-
86
- 2.4.4 (06/10/2024)
97
- Bugs fixed
108
- Prevent clearing of current application set as thread variable. Issue #1317.

libraries/org.apache.commons.lang_3.14/library.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>Apache Commons Lang</name>
33
<description>Apache Commons Lang</description>
44
<version>3.14</version>
5+
<release>0</release>
56
<homeUri>http://commons.apache.org/lang/</homeUri>
67
<downloadUri>http://commons.apache.org/downloads/download_lang.cgi</downloadUri>
78
<provider>Apache Software Foundation</provider>

0 commit comments

Comments
 (0)