From 4913bc0c5f723ab6e0ade2ea65d5aa8cc0073fc9 Mon Sep 17 00:00:00 2001 From: OffrayLuna Date: Mon, 3 Jul 2017 19:20:40 +0000 Subject: [PATCH] Defining symbolic versions in baseline. --- .../ConfigurationOfPubiblio.class.st | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/ConfigurationOfPubiblio/ConfigurationOfPubiblio.class.st b/src/ConfigurationOfPubiblio/ConfigurationOfPubiblio.class.st index 50811b6..0ff1e3b 100644 --- a/src/ConfigurationOfPubiblio/ConfigurationOfPubiblio.class.st +++ b/src/ConfigurationOfPubiblio/ConfigurationOfPubiblio.class.st @@ -248,12 +248,13 @@ ConfigurationOfPubiblio >> version03: spec [ 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]. ]