File tree Expand file tree Collapse file tree 5 files changed +20
-13
lines changed Expand file tree Collapse file tree 5 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dist: trusty
12
12
before_install :
13
13
# CommandBox Keys
14
14
- sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622
15
- - sudo echo "deb http://integration.stg. ortussolutions.com/artifacts /debs/noarch /" | sudo tee -a
15
+ - sudo echo "deb http://downloads. ortussolutions.com/debs/noarch /" | sudo tee -a
16
16
/etc/apt/sources.list.d/commandbox.list
17
17
18
18
install :
Original file line number Diff line number Diff line change 4
4
"slug" :" cbvalidation-shell" ,
5
5
"private" :false ,
6
6
"dependencies" :{
7
- "cbi18n" :" 1.3.0 " ,
8
- "coldbox" :" ^4.2.0+00002 "
7
+ "cbi18n" :" ^ 1.3.1 " ,
8
+ "coldbox" :" ^4.3.0 "
9
9
},
10
10
"devDependencies" :{
11
11
"testbox" :" ^2.3.0+00044"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ CHANGELOG
2
2
=========
3
3
4
4
## 1.3.0
5
+ * Dependency updates
5
6
6
7
## 1.2.0
7
8
* Updated cbi18n dependency to latest
Original file line number Diff line number Diff line change 16
16
17
17
],
18
18
"dependencies" :{
19
- "cbi18n" : " 1.3.0 "
19
+ "cbi18n" : " ^ 1.3.1 "
20
20
},
21
21
"ignore" :[
22
22
" **/.*" ,
Original file line number Diff line number Diff line change 3
3
<!-- Version: UPDATE ON EACH RELEASE AS NEEDED -->
4
4
<property name =" project.name" value=" cbvalidation" />
5
5
<property name =" module.name" value=" cbvalidation" />
6
- <property name =" project.version" value=" 1.3.0 " />
6
+ <property name =" project.version" value=" 1.3.1 " />
7
7
<property name =" groupID" value=" ortussolutions" />
8
8
9
9
<condition property =" isTravis" else =" false" >
41
41
<loadproperties srcFile =" workbench/build.properties" />
42
42
43
43
<!-- Build Number -->
44
- <propertyfile file =" workbench/build.number" comment =" Build Number for ANT. Edit not!" >
45
- <entry key =" build.number"
46
- type=" int"
47
- operation=" +"
48
- pattern=" 00000"
49
- default=" 1" />
50
- </propertyfile >
51
- <property file =" workbench/build.number" />
44
+ <if >
45
+ <not ><isset property =" build.number" /></not >
46
+ <then >
47
+ <propertyfile file =" workbench/build.number" comment =" Build Number for ANT. Edit not!" >
48
+ <entry key =" build.number"
49
+ type=" int"
50
+ operation=" +"
51
+ pattern=" 00000"
52
+ default=" 1" />
53
+ </propertyfile >
54
+
55
+ <property file =" workbench/build.number" />
56
+ </then >
57
+ </if >
52
58
53
59
<!-- Build Label -->
54
60
<property name =" build.label" value =" ${ project.name } -${ project.version } +${ build.number } -${ start.DSTAMP } ${ start.TSTAMP } " />
You can’t perform that action at this time.
0 commit comments