Defining symbolic versions in baseline.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-07-03 19:20:40 +00:00 committed by SantiagoBragagnolo
parent 708639e930
commit 4913bc0c5f
1 changed files with 6 additions and 5 deletions

View File

@ -248,12 +248,13 @@ ConfigurationOfPubiblio >> version03: spec [
<version: '0.3' imports: #('0.3-baseline' )>
spec for: #'common' do: [
spec blessing: #'stable'.
spec description: 'version 0.3'.
spec author: 'OffrayLuna'.
spec timestamp: '2017-07-03T18:06'.
spec
blessing: #'stable';
description: 'version 0.3';
author: 'Offray Luna';
timestamp: '2017-07-03T18:06'.
spec
project: 'Citezen' with: #stable;
project: 'NeoJSON' with: #stable;
package: #Pubiblio with: 'Pubiblio-OffrayLuna.2'].
package: #Pubiblio with: #stable].
]