diff --git a/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st b/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st index a3a88ff..12818ae 100644 --- a/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st +++ b/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st @@ -17,8 +17,11 @@ BaselineOfNeoCSV >> baseline: spec [ package: 'Neo-CSV-Core'; package: 'Neo-CSV-Tests' with: [ spec requires: #('Neo-CSV-Core') ]; package: 'Neo-CSV-Magritte' with: [ spec requires: #('Neo-CSV-Core') ]; - group: 'default' with: #('core' 'tests'); - group: 'core' with: #('Neo-CSV-Core'); - group: 'magritte' with: #('Neo-CSV-Magritte'); - group: 'tests' with: #('Neo-CSV-Tests') ] + group: 'default' with: #('Core' 'Tests'); + group: 'Core' with: #('Neo-CSV-Core'); + group: 'core' with: #('Core'); + group: 'Magritte' with: #('Neo-CSV-Magritte'); + group: 'magritte' with: #('Magritte'); + group: 'Tests' with: #('Neo-CSV-Tests'); + group: 'tests' with: #('Tests') ] ]