We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2c8a9 commit 5b40c5bCopy full SHA for 5b40c5b
repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st
@@ -18,7 +18,7 @@ BaselineOfOPXMI >> baseline: spec [
18
with: [ spec repository: 'github://pharo-contributions/XML-XMLParser:3.5.x/src' ].
19
spec
20
baseline: 'XMLDOMVisitor'
21
- with: [ spec repository: 'github://OpenPonk/xml-dom-visitor/repository' ].
+ with: [ spec repository: 'github://OpenPonk/xml-dom-visitor:v2.0.0/repository' ].
22
spec package: 'OP-XMI' with: [ spec requires: #('XMLParser' 'XMLDOMVisitor') ].
23
spec package: 'OP-XMI-GTExtensions' with: [ spec requires: #('OP-XMI') ].
24
spec group: 'default' with: #('OP-XMI' 'OP-XMI-GTExtensions') ]
0 commit comments