Skip to content

Commit 73bb07d

Browse files
committed
Fix baseline versions
1 parent 8ffb513 commit 73bb07d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BaselineOfBloc/BaselineOfBloc.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,14 +289,14 @@ BaselineOfBloc >> baseline: spec [
289289
BaselineOfBloc >> declareAlexandrieOn: spec [
290290

291291
spec baseline: 'Alexandrie' with: [
292-
spec repository: 'github://pharo-graphics/Alexandrie:master/src' ]
292+
spec repository: 'github://pharo-graphics/Alexandrie:v2.8.0/src' ]
293293
]
294294

295295
{ #category : #'external projects' }
296296
BaselineOfBloc >> declareXMLParserOn: spec [
297297

298298
spec baseline: 'XMLParser' with: [
299299
spec
300-
repository: 'github://pharo-contributions/XML-XMLParser:master/src';
300+
repository: 'github://pharo-contributions/XML-XMLParser:v3.6.3/src';
301301
loads: #( Core ) ]
302302
]

0 commit comments

Comments
 (0)