Updating minor versions.
This commit is contained in:
parent
e7ff603847
commit
d3f2d8df70
@ -169,7 +169,7 @@ ConfigurationOfBrea >> project [
|
|||||||
{ #category : #'symbolic versions' }
|
{ #category : #'symbolic versions' }
|
||||||
ConfigurationOfBrea >> stable: spec [
|
ConfigurationOfBrea >> stable: spec [
|
||||||
<symbolicVersion: #'stable'>
|
<symbolicVersion: #'stable'>
|
||||||
spec for: #common version: '1'
|
spec for: #common version: '1.1'
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #'symbolic versions' }
|
{ #category : #'symbolic versions' }
|
||||||
@ -178,9 +178,22 @@ ConfigurationOfBrea >> version1: spec [
|
|||||||
spec for: #common do: [
|
spec for: #common do: [
|
||||||
spec
|
spec
|
||||||
blessing: #release;
|
blessing: #release;
|
||||||
package: 'Brea' with: 'Brea-OffrayLuna.12';
|
package: 'Brea' with: 'Brea-OffrayLuna.13';
|
||||||
project: 'Teapot' with: #'stable';
|
project: 'Teapot' with: #'stable';
|
||||||
project: 'Mustache' with: #'stable';
|
project: 'Mustache' with: #'stable';
|
||||||
project: 'Fossil' with: #stable;
|
project: 'Fossil' with: #stable;
|
||||||
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.19'. ]
|
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.20'. ]
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #'symbolic versions' }
|
||||||
|
ConfigurationOfBrea >> version1_1: spec [
|
||||||
|
<version: '1.1' imports: #('1-baseline')>
|
||||||
|
spec for: #common do: [
|
||||||
|
spec
|
||||||
|
blessing: #release;
|
||||||
|
package: 'Brea' with: 'Brea-OffrayLuna.13';
|
||||||
|
project: 'Teapot' with: #'stable';
|
||||||
|
project: 'Mustache' with: #'stable';
|
||||||
|
project: 'Fossil' with: #stable;
|
||||||
|
package: #'GrafoscopioUtils' with: 'Grafoscopio-Utils-OffrayLuna.20'. ]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user