Updating versons.

This commit is contained in:
Offray Luna 2017-09-05 17:09:06 +00:00
parent 8bdb216c66
commit 9b9aa354fb

View File

@ -130,7 +130,10 @@ ConfigurationOfBrea >> baseline1: spec [
spec spec
className: #ConfigurationOfTeapot; className: #ConfigurationOfTeapot;
versionString: #'stable'; versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ] ] repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ];
package: 'GrafoscopioUtils' with: [
spec
repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main' ] ]
] ]
{ #category : #accessing } { #category : #accessing }
@ -165,6 +168,7 @@ ConfigurationOfBrea >> version1: spec [
spec for: #common do: [ spec for: #common do: [
spec spec
blessing: #release; blessing: #release;
package: 'Brea' with: 'Brea-OffrayLuna.9'; package: 'Brea' with: 'Brea-OffrayLuna.10';
project: 'Teapot' with: #'stable' ] project: 'Teapot' with: #'stable';
package: #'Grafoscopio-Utils' with: 'Grafoscopio-Utils-OffrayLuna.18'. ]
] ]