Skip to content

Commit c9effd7

Browse files
committed
Merge branch 'development'
2 parents 3fa39e9 + 936997f commit c9effd7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ notifications:
77

88
env:
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

6162
script:
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

6566
after_failure:
6667
- cd $TRAVIS_BUILD_DIR

build/build.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
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"/>

0 commit comments

Comments
 (0)