Skip to content

Commit

Permalink
Fixed versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Mar 28, 2021
1 parent 73b9b2c commit ab619e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ BaselineOfOpenPonk >> internalProjectsBaseline: spec [
with: [ spec repository: 'github://peteruhnak/pharo-sentry:v1.x/repository' ]."
spec
baseline: 'SynchronizedLinks'
with: [ spec repository: 'github://openponk/synchronized-links:v2.0.0/repository' ]
with: [ spec repository: 'github://openponk/synchronized-links:v2.1.x/repository' ]
]

{ #category : #plugins }
BaselineOfOpenPonk >> loadBormEditor [
Metacello new
baseline: 'BormEditor';
repository: 'github://openponk/borm-editor:v2.0.1/repository';
repository: 'github://openponk/borm-editor:v2.1.x/repository';
load: #(plugin)
]

Expand All @@ -139,15 +139,15 @@ BaselineOfOpenPonk >> loadDemoEditor [
self notify: 'OpenPonk DEMO project is abandoned - it is not working'.
Metacello new
baseline: 'DemoEditor';
repository: 'github://openponk/demo-editor:v2.0.1/repository';
repository: 'github://openponk/demo-editor:v2.1.x/repository';
load: #(plugin)
]

{ #category : #plugins }
BaselineOfOpenPonk >> loadFsmEditor [
Metacello new
baseline: 'FsmEditor';
repository: 'github://openponk/fsm-editor:v2.0.1/repository';
repository: 'github://openponk/fsm-editor:v2.1.x/repository';
load: #(plugin)
]

Expand All @@ -166,7 +166,7 @@ BaselineOfOpenPonk >> loadPetitParser [
BaselineOfOpenPonk >> loadPetriNets [
Metacello new
baseline: 'PetriNets';
repository: 'github://openponk/petrinets:v2.0.1/repository';
repository: 'github://openponk/petrinets:v2.1.x/repository';
load: #(plugin)
]

Expand Down

0 comments on commit ab619e5

Please sign in to comment.