File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
2
2
#specName: ' Chalten' ,
3
3
#projectName : ' Chalten' ,
4
4
#gitUrl : ' https://github.com/ba-st/Chalten.git' ,
5
- #revision : ' v9 ' ,
5
+ #revision : ' v10 ' ,
6
6
#projectSpecFile : ' rowan/project.ston' ,
7
7
#componentNames : [
8
8
' Deployment'
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ BaselineOfKepler >> projectClass [
41
41
BaselineOfKepler >> setUpDependencies: spec [
42
42
43
43
spec
44
- baseline: ' Buoy' with: [ spec repository: ' github://ba-st/Buoy:v7 ' ];
44
+ baseline: ' Buoy' with: [ spec repository: ' github://ba-st/Buoy:v8 ' ];
45
45
project: ' Buoy-Deployment' copyFrom: ' Buoy' with: [ spec loads: ' Deployment' ];
46
46
project: ' Buoy-SUnit' copyFrom: ' Buoy' with: [ spec loads: ' Dependent-SUnit-Extensions' ];
47
47
project: ' Buoy-Tools' copyFrom: ' Buoy' with: [ spec loads: ' Tools' ].
48
48
49
49
spec
50
- baseline: ' Chalten' with: [ spec repository: ' github://ba-st/Chalten:v9 ' ];
50
+ baseline: ' Chalten' with: [ spec repository: ' github://ba-st/Chalten:v10 ' ];
51
51
project: ' Chalten-Deployment-Gregorian' copyFrom: ' Chalten' with: [ spec loads: ' Deployment-Gregorian' ].
52
52
]
53
53
You can’t perform that action at this time.
0 commit comments