Skip to content

Commit 0303cb5

Browse files
committed
fixing the baseline
1 parent 271e97e commit 0303cb5

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

src/BaselineOfSpy2.package/BaselineOfSpy2.class/instance/baseline..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ baseline: spec
1414
package: 'Spy2-Tests' with: [ spec requires: 'Spy2-Core' ];
1515
package: 'GT-Spy2-Inspector' with: [ spec requires: 'Spy2-Core' ];
1616
package: 'Spy2-Examples' with: [ spec requires: 'Spy2-Core' ];
17-
package: 'Spy2-Hapao-Core' with: [ spec requires: 'Spy2-Hapao-Core' ];
17+
package: 'Spy2-Hapao-Core' with: [ spec requires: 'Spy2-Core' ];
1818
package: 'Spy2-Hapao-Visualization' with: [ spec requires: 'Spy2-Hapao-Core' ];
1919
package: 'Spy2-Hapao-EmmaReport' with: [ spec requires: 'Spy2-Hapao-Core' ]
2020
.

src/ConfigurationOfSpy2.package/ConfigurationOfSpy2.class/instance/r1_4..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ r1_4: spec
77
spec for: #'pharo4.x' version: '1.1.13'.
88
spec for: #'pharo5.x' version: '1.1.13'.
99
spec for: #'pharo6.x' version: '1.1.19'.
10-
spec for: #'pharo7.x' version: '1.1.19'.
10+
spec for: #'pharo7.x' version: '1.1.21'.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
versions
2+
v1_1_20: spec
3+
<version:'1.1.20' imports:#('0.3-baseline')>
4+
5+
spec for: #common do: [
6+
spec blessing: #stable.
7+
spec
8+
project: 'Roassal2' with: '1.60';
9+
package: 'Spy2-Core' with: 'Spy2-Core-RafaelLuqueLeiva.43';
10+
package: 'Spy2-Visualization' with: 'Spy2-Visualization-AlexandreBergel.13';
11+
package: 'Spy2-Scenario' with: 'Spy2-Scenario-AlexandreBergel.3';
12+
package: 'Spy2-Tests' with: 'Spy2-Tests-AlexandreBergel.16';
13+
package: 'GT-Spy2-Inspector' with: 'GT-Spy2-Inspector-AlexandreBergel.12';
14+
package: 'Spy2-Examples' with: 'Spy2-Examples-AlexandreBergel.51';
15+
package: 'Spy2-Hapao-Core' with: 'Spy2-Hapao-Core-akevalion.17';
16+
package: 'Spy2-Hapao-Visualization' with: 'Spy2-Hapao-Visualization-akevalion.22';
17+
package: 'Spy2-Hapao-EmmaReport' with: 'Spy2-Hapao-EmmaReport-AlejandroInfante.2']
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
versions
2+
v1_1_21: spec
3+
<version:'1.1.21' imports:#('0.3-baseline')>
4+
"For Pharo 7"
5+
spec for: #common do: [
6+
spec blessing: #stable.
7+
spec
8+
project: 'Roassal2' with: '1.61';
9+
package: 'Spy2-Core' with: 'Spy2-Core-RafaelLuqueLeiva.43';
10+
package: 'Spy2-Visualization' with: 'Spy2-Visualization-AlexandreBergel.15';
11+
package: 'Spy2-Scenario' with: 'Spy2-Scenario-AlexandreBergel.3';
12+
package: 'Spy2-Tests' with: 'Spy2-Tests-AlexandreBergel.16';
13+
package: 'GT-Spy2-Inspector' with: 'GT-Spy2-Inspector-AlexandreBergel.12';
14+
package: 'Spy2-Examples' with: 'Spy2-Examples-AlexandreBergel.51';
15+
package: 'Spy2-Hapao-Core' with: 'Spy2-Hapao-Core-AlexandreBergel.23';
16+
package: 'Spy2-Hapao-Visualization' with: 'Spy2-Hapao-Visualization-akevalion.22';
17+
package: 'Spy2-Hapao-EmmaReport' with: 'Spy2-Hapao-EmmaReport-AlejandroInfante.2']

0 commit comments

Comments
 (0)