File tree Expand file tree Collapse file tree
src/BaselineOfOpenPonkPlugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,23 +9,26 @@ Class {
99BaselineOfOpenPonkPlugins >> 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]
You can’t perform that action at this time.
0 commit comments