Skip to content

Commit b043708

Browse files
Updated baseline
1 parent bc8c514 commit b043708

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

src/BaselineOfOpenPonkPlugins/BaselineOfOpenPonkPlugins.class.st

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,26 @@ Class {
99
BaselineOfOpenPonkPlugins >> baseline: spec [
1010

1111
<baseline>
12-
spec for: #common do: [
12+
spec for: #common do: [
1313
spec
14-
baseline: 'ClassEditor' with: [
14+
baseline: 'ClassEditor' with: [
1515
spec
16-
repository: 'github://OpenPonk/class-editor:v3.0.x';
16+
repository: 'github://OpenPonk/class-editor:v4.0.x';
1717
loads: #( 'complete' ) ];
1818
baseline: 'BormEditor'
19-
with: [ spec repository: 'github://OpenPonk/borm-editor:v3.0.x' ];
19+
with: [ spec repository: 'github://OpenPonk/borm-editor:v4.0.x' ];
2020
baseline: 'PetriNets'
21-
with: [ spec repository: 'github://OpenPonk/petrinets:v3.0.x' ];
21+
with: [ spec repository: 'github://OpenPonk/petrinets:v4.0.x' ];
2222
baseline: 'FsmEditor'
23-
with: [ spec repository: 'github://OpenPonk/fsm-editor:v3.0.x' ];
23+
with: [ spec repository: 'github://OpenPonk/fsm-editor:v4.0.x' ];
2424
baseline: 'BPMN'
25-
with: [ spec repository: 'github://OpenPonk/OpenPonk-BPMN:v3.0.x' ].
25+
with: [ spec repository: 'github://OpenPonk/BPMN:v4.0.x' ];
26+
baseline: 'MarkovChains'
27+
with: [ spec repository: 'github://OpenPonk/markov-chains:v4.0.x' ].
2628
spec
2729
group: 'all'
2830
with:
29-
#( 'ClassEditor' 'BormEditor' 'PetriNets' 'FsmEditor' 'BPMN' );
31+
#( 'ClassEditor' 'BormEditor' 'PetriNets' 'FsmEditor' 'BPMN'
32+
'MarkovChains' );
3033
group: 'default' with: #( 'all' ) ]
3134
]

0 commit comments

Comments
 (0)