Skip to content

Commit

Permalink
switched deps to OP 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 27, 2020
1 parent f629d56 commit 8327aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/BaselineOfOPUMLXMI/BaselineOfOPUMLXMI.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ BaselineOfOPUMLXMI >> baseline: spec [
<baseline>
spec
for: #common
do: [ spec baseline: 'OPXMI' with: [ spec repository: 'github://openponk/xmi/repository' ].
do: [ spec baseline: 'OPXMI' with: [ spec repository: 'github://openponk/xmi:v2.0.0/repository' ].
spec
baseline: 'UMLMetamodel'
with: [ spec repository: 'github://openponk/uml-metamodel/repository' ].
with: [ spec repository: 'github://openponk/uml-metamodel:v1.x/repository' ].
spec package: 'OP-UML-XMI' with: [ spec requires: #('OPXMI' 'UMLMetamodel') ].
spec group: 'default' with: #('OP-UML-XMI') ]
]

0 comments on commit 8327aee

Please sign in to comment.