Skip to content

Commit faf3c7d

Browse files
Merge pull request #38 from OpenSmock/dev-changeStashLocationInBaseline
Dev change stash location in baseline
2 parents 0d44704 + fedae27 commit faf3c7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2026 OpenSmock
3+
Copyright (c) 2023-2026 Thales Group
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The project architecture is flexible enough to accommodate the addition of more
8282

8383
## Dependencies
8484

85-
- [Stash](https://github.com/OpenSmock/stash)
85+
- [Stash](https://github.com/ThalesGroup/stash)
8686
- [STON](https://github.com/svenvc/ston)
8787
- [Alexandrie](https://github.com/pharo-graphics/Alexandrie)
8888
- [Bloc](https://github.com/pharo-graphics/Bloc)

src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ BaselineOfBlocSerialization >> dependency: spec [
3232

3333
spec
3434
baseline: 'StashSerialization'
35-
with: [ spec repository: 'github://OpenSmock/Stash/src' ].
35+
with: [ spec repository: 'github://ThalesGroup/Stash:main' ].
3636

3737
"Graphic librairies: this section should be removed when librairies will be integrated in Pharo"
3838
spec

0 commit comments

Comments
 (0)