Skip to content

Commit

Permalink
Baseline: Depend on fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 25, 2024
1 parent 2541539 commit 768dc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfBloc/BaselineOfBloc.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ BaselineOfBloc >> baseline: spec [
BaselineOfBloc >> declareAlexandrieOn: spec [

spec baseline: 'Alexandrie' with: [
spec repository: 'github://pharo-graphics/Alexandrie:master/src' ]
spec repository: 'github://pharo-graphics/Alexandrie:v2.1.0/src' ]
]

{ #category : #baselines }
BaselineOfBloc >> declareXMLParserOn: spec [

spec baseline: 'XMLParser' with: [
spec
repository: 'github://pharo-contributions/XML-XMLParser:master/src';
repository: 'github://pharo-contributions/XML-XMLParser:v3.6.2/src';
loads: #( Core ) ]
]

0 comments on commit 768dc1f

Please sign in to comment.