Skip to content

Commit

Permalink
switched deps to class-editor 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 28, 2020
1 parent 1ea8589 commit 226079b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions repository/BaselineOfOpenPonk/BaselineOfOpenPonk.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,22 @@ BaselineOfOpenPonk >> internalProjectsBaseline: spec [
with: [ spec repository: 'github://peteruhnak/pharo-sentry:v1.x/repository' ]."
spec
baseline: 'SynchronizedLinks'
with: [ spec repository: 'github://openponk/synchronized-links/repository' ]
with: [ spec repository: 'github://openponk/synchronized-links:v2.0.0/repository' ]
]

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

{ #category : #plugins }
BaselineOfOpenPonk >> loadClassEditor [
Metacello new
baseline: 'ClassEditor';
repository: 'github://openponk/class-editor/repository';
repository: 'github://openponk/class-editor:v2.0.1/repository';
load: #(plugin)
]

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

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

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

Expand Down

0 comments on commit 226079b

Please sign in to comment.