Skip to content

Commit

Permalink
fixed dependency of XML DOM visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 9, 2020
1 parent 8a2c8a9 commit 5b40c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BaselineOfOPXMI >> baseline: spec [
with: [ spec repository: 'github://pharo-contributions/XML-XMLParser:3.5.x/src' ].
spec
baseline: 'XMLDOMVisitor'
with: [ spec repository: 'github://OpenPonk/xml-dom-visitor/repository' ].
with: [ spec repository: 'github://OpenPonk/xml-dom-visitor:v2.0.0/repository' ].
spec package: 'OP-XMI' with: [ spec requires: #('XMLParser' 'XMLDOMVisitor') ].
spec package: 'OP-XMI-GTExtensions' with: [ spec requires: #('OP-XMI') ].
spec group: 'default' with: #('OP-XMI' 'OP-XMI-GTExtensions') ]
Expand Down

0 comments on commit 5b40c5b

Please sign in to comment.