diff --git a/rowan/components/Dependent-SUnit-Extensions.ston b/rowan/components/Dependent-SUnit-Extensions.ston index b884e32..a6866eb 100644 --- a/rowan/components/Dependent-SUnit-Extensions.ston +++ b/rowan/components/Dependent-SUnit-Extensions.ston @@ -1,10 +1,7 @@ RwSimpleProjectLoadComponentV2 { #name : 'Dependent-SUnit-Extensions', #condition : 'sunit', - #projectNames : [ - 'Bell', - 'Regex' - ], + #projectNames : [ ], #componentNames : [ 'Deployment' ], diff --git a/rowan/projects/Bell.ston b/rowan/projects/Bell.ston index c876749..cd6cd5f 100644 --- a/rowan/projects/Bell.ston +++ b/rowan/projects/Bell.ston @@ -2,7 +2,7 @@ RwLoadSpecificationV2 { #specName: 'Bell', #projectName : 'Bell', #gitUrl : 'https://github.com/ba-st/Bell.git', - #revision : 'regex-support', + #revision : 'v2', #projectSpecFile : 'rowan/project.ston', #componentNames : [ 'Deployment', diff --git a/rowan/projects/Regex.ston b/rowan/projects/Regex.ston deleted file mode 100644 index d44f3b0..0000000 --- a/rowan/projects/Regex.ston +++ /dev/null @@ -1,10 +0,0 @@ -RwLoadSpecificationV2 { - #specName: 'Regex', - #projectName : 'Regex', - #gitUrl : 'https://github.com/ba-st-dependencies/Regex.git', - #revision : 'v1', - #projectSpecFile : 'rowan/project.ston', - #componentNames : [ - 'Deployment' - ] -} diff --git a/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st b/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st index 01f7481..2a77eae 100644 --- a/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st +++ b/source/BaselineOfHyperspace/BaselineOfHyperspace.class.st @@ -46,7 +46,7 @@ BaselineOfHyperspace >> setUpDependencies: spec [ project: 'Zinc-Core' copyFrom: 'ZincHTTPComponents' with: [ spec loads: 'Core' ]. spec - baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:regex-support' ]; + baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:v2' ]; project: 'Bell-Deployment' copyFrom: 'Bell' with: [ spec loads: 'Deployment' ]; project: 'Bell-SUnit' copyFrom: 'Bell' with: [ spec loads: 'Dependent-SUnit-Extensions' ] ]