Skip to content

Commit

Permalink
Cut 5.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Dec 7, 2022
1 parent 9ac9585 commit 021a3c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java.debug=true
dependencies.dir=${basedir}/lib
cfml.version=5.3.10.97
cfml.extensions=8D7FB0DF-08BB-1589-FE3975678F07DB17
cfml.loader.version=2.8.0
cfml.loader.version=2.8.1
cfml.cli.version=${cfml.loader.version}.${cfml.version}
lucee.version=${cfml.version}
# Don't bump this version. Need to remove this dependency from cfmlprojects.org
Expand Down
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ External Dependencies:
<property name="distro.groupID" value="ortussolutions" />
<property name="distro.name" value="commandbox"/>
<!-- Special things happen when the version and stableVersion are the same value as that signifies a "stable" build. -->
<property name="commandbox.version" value="5.7.0-alpha"/>
<property name="commandbox.stableVersion" value="5.6.1"/>
<property name="commandbox.version" value="5.7.0"/>
<property name="commandbox.stableVersion" value="5.7.0"/>

<!-- Time Label -->
<tstamp prefix="start"/>
Expand Down

0 comments on commit 021a3c9

Please sign in to comment.