We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffb513 commit 73bb07dCopy full SHA for 73bb07d
1 file changed
src/BaselineOfBloc/BaselineOfBloc.class.st
@@ -289,14 +289,14 @@ BaselineOfBloc >> baseline: spec [
289
BaselineOfBloc >> declareAlexandrieOn: spec [
290
291
spec baseline: 'Alexandrie' with: [
292
- spec repository: 'github://pharo-graphics/Alexandrie:master/src' ]
+ spec repository: 'github://pharo-graphics/Alexandrie:v2.8.0/src' ]
293
]
294
295
{ #category : #'external projects' }
296
BaselineOfBloc >> declareXMLParserOn: spec [
297
298
spec baseline: 'XMLParser' with: [
299
spec
300
- repository: 'github://pharo-contributions/XML-XMLParser:master/src';
+ repository: 'github://pharo-contributions/XML-XMLParser:v3.6.3/src';
301
loads: #( Core ) ]
302
0 commit comments