Skip to content

Commit

Permalink
5.4.2.14-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 20, 2023
1 parent b53c412 commit 6a1e864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions core/src/main/cfml/context/admin/update.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
</cfloop>
<cfset ava_ver = ava_ver&"-"&listlast(available,"-")>
<cfset cur_ver = cur_ver&"-"&listlast(curr,"-")>

<cfset hasUpdate = structKeyExists(updateInfo,"available") && ava_ver gt cur_ver>
</cfif>
</cfif>
Expand Down Expand Up @@ -220,8 +219,7 @@
<cfoutput>#content#</cfoutput>

<cfcatch>

<cfoutput>#cfcatch#
<cfoutput>
<!--- <div class="error">
Failed to retrieve update information<br>
<span class="comment">#cfcatch.message# #cfcatch.detail#</span>
Expand Down
2 changes: 1 addition & 1 deletion loader/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project default="core" basedir="." name="Lucee"
xmlns:resolver="antlib:org.apache.maven.resolver.ant">

<property name="version" value="5.4.2.13-SNAPSHOT"/>
<property name="version" value="5.4.2.14-RC"/>

<taskdef uri="antlib:org.apache.maven.resolver.ant" resource="org/apache/maven/resolver/ant/antlib.xml">
<classpath>
Expand Down
2 changes: 1 addition & 1 deletion loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.lucee</groupId>
<artifactId>lucee</artifactId>
<version>5.4.2.13-SNAPSHOT</version>
<version>5.4.2.14-RC</version>
<packaging>jar</packaging>

<name>Lucee Loader Build</name>
Expand Down

0 comments on commit 6a1e864

Please sign in to comment.