Skip to content

Commit

Permalink
Test final versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Dec 6, 2022
1 parent 300b2d7 commit 9ac9585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java.debug=true

#dependencies
dependencies.dir=${basedir}/lib
cfml.version=5.3.10.95-SNAPSHOT
cfml.version=5.3.10.97
cfml.extensions=8D7FB0DF-08BB-1589-FE3975678F07DB17
cfml.loader.version=2.8.0
cfml.cli.version=${cfml.loader.version}.${cfml.version}
Expand All @@ -19,7 +19,7 @@ lucee.version=${cfml.version}
lucee.config.version=5.2.4.37
jre.version=jdk-11.0.17+8
launch4j.version=3.14
runwar.version=4.7.16-SNAPSHOT
runwar.version=4.7.16
jline.version=3.21.0
jansi.version=2.3.2
jgit.version=5.13.0.202109080827-r
Expand Down
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ External Dependencies:

<!-- engine libs -->
<!-- stable builds require "maven-repository", and snapshots require "sonatype-repository" -->
<dependency groupId="org.lucee" artifactId="lucee" version="${lucee.version}" dest="${lib.dir}" unzip="false" type="jar" repoId="sonatype-repository">
<dependency groupId="org.lucee" artifactId="lucee" version="${lucee.version}" dest="${lib.dir}" unzip="false" type="jar" repoId="maven-repository">
<exclusions>
<exclusion groupId="org.apache.ant" artifactId="ant" />
<exclusion groupId="javax.servlet" artifactId="javax.servlet-api" />
Expand Down

0 comments on commit 9ac9585

Please sign in to comment.