Skip to content

Commit

Permalink
use fixed version of OP repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 15, 2024
1 parent c50130e commit 042a283
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/BaselineOfOpenPonkPlugins/BaselineOfOpenPonkPlugins.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ BaselineOfOpenPonkPlugins >> baseline: spec [
spec
baseline: 'OpenPonkClassEditor' with: [
spec
repository: 'github://OpenPonk/class-editor';
repository: 'github://OpenPonk/class-editor:v4.1.x';
loads: #( 'complete' ) ];
baseline: 'OpenPonkBormEditor'
with: [ spec repository: 'github://OpenPonk/borm-editor' ];
with: [ spec repository: 'github://OpenPonk/borm-editor:v4.1.x' ];
baseline: 'OpenPonkPetriNets'
with: [ spec repository: 'github://OpenPonk/petrinets' ];
with: [ spec repository: 'github://OpenPonk/petrinets:v4.1.x' ];
baseline: 'OpenPonkFsmEditor'
with: [ spec repository: 'github://OpenPonk/fsm-editor' ];
with: [ spec repository: 'github://OpenPonk/fsm-editor:v4.1.x' ];
baseline: 'OpenPonkBPMN'
with: [ spec repository: 'github://OpenPonk/BPMN' ];
with: [ spec repository: 'github://OpenPonk/BPMN:v4.1.x' ];
baseline: 'OpenPonkMarkovChains'
with: [ spec repository: 'github://OpenPonk/markov-chains' ].
with: [ spec repository: 'github://OpenPonk/markov-chains:v4.1.x' ].
spec
group: 'all'
with:
Expand Down

0 comments on commit 042a283

Please sign in to comment.