Skip to content

Commit 042a283

Browse files
use fixed version of OP repos
1 parent c50130e commit 042a283

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/BaselineOfOpenPonkPlugins/BaselineOfOpenPonkPlugins.class.st

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)