Updating versions and adding proper semantic versioning.
This commit is contained in:
parent
cf6243340c
commit
63d35e97ed
@ -152,7 +152,17 @@ ConfigurationOfFossil >> project [
|
||||
{ #category : #'symbolic versions' }
|
||||
ConfigurationOfFossil >> stable: spec [
|
||||
<symbolicVersion: #'stable'>
|
||||
spec for: #common version: '1.1'
|
||||
spec for: #common version: '1.1.0'
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
ConfigurationOfFossil >> version110: spec [
|
||||
<version: '1.1.0' imports: #('1-baseline')>
|
||||
spec for: #common do: [
|
||||
spec
|
||||
blessing: #release;
|
||||
project: 'NeoJSON' with: #'stable';
|
||||
package: 'Fossil' with: 'Fossil-OffrayLuna.25']
|
||||
]
|
||||
|
||||
{ #category : #versions }
|
||||
|
Loading…
Reference in New Issue
Block a user