Skip to content

Commit

Permalink
change link for changelog in lucee admin
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 28, 2024
1 parent 8bb23bd commit 550aa23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/cfml/context/admin/services.update.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
</cfif>
--->
<h2>Changelog</h2>
<p class="comment">For a detailed change log, please visit the <a href="https://changelog.lucee.org">Lucee Changelog</a>.</p>
<p class="comment">For a detailed change log, please visit the <a href="https://download.lucee.org/changelog/">Lucee Changelog</a>.</p>

<h2>Limitation</h2>
<p class="comment">#loaderText#</p>
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="6.1.0.225-SNAPSHOT"/>
<property name="version" value="6.1.0.226-SNAPSHOT"/>

<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>6.1.0.225-SNAPSHOT</version>
<version>6.1.0.226-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit 550aa23

Please sign in to comment.