diff --git a/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st b/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st index cb13ae7..2110250 100644 --- a/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st +++ b/repository/BaselineOfOPXMI/BaselineOfOPXMI.class.st @@ -21,7 +21,7 @@ BaselineOfOPXMI >> baseline: spec [ spec loads: #( 'Core' ); repository: - 'github://pharo-contributions/XML-XMLWriter:v3.1.1' ]. + 'github://pharo-contributions/XML-XMLWriter:v3.1.x' ]. spec package: 'OP-XMI' with: [ spec requires: #( 'XMLDOMVisitor' 'XMLWriter' ) ].