Skip to content

Commit 5b40c5b

Browse files
fixed dependency of XML DOM visitor
1 parent 8a2c8a9 commit 5b40c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BaselineOfOPXMI >> baseline: spec [
1818
with: [ spec repository: 'github://pharo-contributions/XML-XMLParser:3.5.x/src' ].
1919
spec
2020
baseline: 'XMLDOMVisitor'
21-
with: [ spec repository: 'github://OpenPonk/xml-dom-visitor/repository' ].
21+
with: [ spec repository: 'github://OpenPonk/xml-dom-visitor:v2.0.0/repository' ].
2222
spec package: 'OP-XMI' with: [ spec requires: #('XMLParser' 'XMLDOMVisitor') ].
2323
spec package: 'OP-XMI-GTExtensions' with: [ spec requires: #('OP-XMI') ].
2424
spec group: 'default' with: #('OP-XMI' 'OP-XMI-GTExtensions') ]

0 commit comments

Comments
 (0)