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 @@ -13,18 +13,18 @@ BaselineOfOpenPonkPlugins >> baseline: spec [
1313 spec
1414 baseline: ' OpenPonkClassEditor' with: [
1515 spec
16- repository: ' github://OpenPonk/class-editor' ;
16+ repository: ' github://OpenPonk/class-editor:v4.1.x ' ;
1717 loads: #( 'complete' ) ];
1818 baseline: ' OpenPonkBormEditor'
19- with: [ spec repository: ' github://OpenPonk/borm-editor' ];
19+ with: [ spec repository: ' github://OpenPonk/borm-editor:v4.1.x ' ];
2020 baseline: ' OpenPonkPetriNets'
21- with: [ spec repository: ' github://OpenPonk/petrinets' ];
21+ with: [ spec repository: ' github://OpenPonk/petrinets:v4.1.x ' ];
2222 baseline: ' OpenPonkFsmEditor'
23- with: [ spec repository: ' github://OpenPonk/fsm-editor' ];
23+ with: [ spec repository: ' github://OpenPonk/fsm-editor:v4.1.x ' ];
2424 baseline: ' OpenPonkBPMN'
25- with: [ spec repository: ' github://OpenPonk/BPMN' ];
25+ with: [ spec repository: ' github://OpenPonk/BPMN:v4.1.x ' ];
2626 baseline: ' OpenPonkMarkovChains'
27- with: [ spec repository: ' github://OpenPonk/markov-chains' ].
27+ with: [ spec repository: ' github://OpenPonk/markov-chains:v4.1.x ' ].
2828 spec
2929 group: ' all'
3030 with:
You can’t perform that action at this time.
0 commit comments