File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ notifications:
77
88env :
99 global :
10- - COLDBOX_VERSION=5.2.0
10+ # TARGET RELEASE VERSION: BUMP AS NEEDED
11+ - COLDBOX_VERSION=5.1.3
1112 matrix :
1213 - ENGINE=lucee@4.5 ANT_TARGET=build.all
1314 - ENGINE=lucee@5 ANT_TARGET=run-tests
@@ -60,7 +61,7 @@ before_script:
6061
6162script :
6263 # Execute build via ANT
63- - ant -DisTravis=true -Dbuild.branch=$TRAVIS_BRANCH -Dbuild.number=$TRAVIS_BUILD_NUMBER -f build/build.xml $ANT_TARGET
64+ - ant -Dcoldbox.version=$COLDBOX_VERSION - DisTravis=true -Dbuild.branch=$TRAVIS_BRANCH -Dbuild.number=$TRAVIS_BUILD_NUMBER -f build/build.xml $ANT_TARGET
6465
6566after_failure :
6667 - cd $TRAVIS_BUILD_DIR
Original file line number Diff line number Diff line change 1111 <!-- UPDATE ON EACH VERSION CYCLE -->
1212 <property name =" groupID" value=" ortussolutions" />
1313
14- <property name =" coldbox.version" value=" 5.2.0" />
14+ <!-- PASSED IN NOW
15+ <property name="coldbox.version" value="5.1.3" />
16+ -->
1517 <property name =" coldbox.stableversion" value=" 5.1.2" />
1618
1719 <property name =" coldbox.slug" value=" coldbox" />
You can’t perform that action at this time.
0 commit comments