Skip to content

Commit e0701ec

Browse files
committed
LDEV-5409 add LTS support end date
1 parent 8030bda commit e0701ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/cfml/context/admin/resources/language/en.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ If the timezone of your Lucee instance and your database is different, this can
12851285
<data key="setting.taskDesc">Active and failed tasks in the Task Spooler. This includes tasks to send E-mail messages.</data>
12861286
<data key="setting.taskOpen">Active</data>
12871287
<data key="setting.taskClose">Failed</data>
1288-
<data key="overview.bannerLTS">Lucee 5.4 is now being maintained as an LTS release and is no longer being actively developed, meaning it only receives security updates and fixes for regressions. Also, only Java 11 is supported</data>
1288+
<data key="overview.bannerLTS">Lucee 5.4 is now being maintained as an LTS release and is no longer being actively developed, meaning it will only receive security updates until December 31st 2025. Also, only Java 11 is supported</data>
12891289
<data key="overview.bannerLucee6">Lucee 6 is being actively developed with the support for Java 11, 17 and 21, including major performance improvements compared to 5.4, lots of bug fixes, new features and functionality</data>
12901290
<data key="Overview.resources">External Resources</data>
12911291
<data key="Overview.onlineDocsDesc">Lucee online documentation.</data>

loader/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project default="core" basedir="." name="Lucee"
33
xmlns:resolver="antlib:org.apache.maven.resolver.ant">
44

5-
<property name="version" value="5.4.7.1-SNAPSHOT"/>
5+
<property name="version" value="5.4.7.2-SNAPSHOT"/>
66

77
<taskdef uri="antlib:org.apache.maven.resolver.ant" resource="org/apache/maven/resolver/ant/antlib.xml">
88
<classpath>

loader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.lucee</groupId>
55
<artifactId>lucee</artifactId>
6-
<version>5.4.7.1-SNAPSHOT</version>
6+
<version>5.4.7.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lucee Loader Build</name>

0 commit comments

Comments
 (0)