Skip to content

Commit d5caaa9

Browse files
author
Niko Stotz
committed
adjusted version to new format, name
renamed serializationFormatVersion -> serializationFormatRelease renamed LionWeb version -> LionWeb release changed JSON field constraints relates to #165, #172
1 parent 68a2c83 commit d5caaa9

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

metametamodel/metametamodel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ A Namespace implements <<INamed>> and can have descendants that implement <<INam
897897
Typically, a namespace enforces some constraints on the contained names, like uniqueness within the same namespace, or what's considered a valid name.
898898

899899
We can calculate a fully qualified name by concatenating the namespaces of all the ancestors up to the top level ancestor.
900-
Future versions might support this directly.{fn-org146}
900+
Future releases might support this directly.{fn-org146}
901901

902902
== Other considerations
903903

serialization/serialization.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Root level MUST be an _object_ with three members, called *serialization chunk*.
3636

3737
##TODO: Are more members allowed?{fn-org67}##
3838

39-
[[SerializationChunk.serializationFormatVersion]]
40-
The first member SHOULD be _key_ `serializationFormatVersion` with a _string_ _value_.{fn-org58}{fn-org159}
41-
The value MUST be a decimal integer (without leading or trailing whitespace) describing the serialization format version used to create the processed document, according to <<versions>>.
39+
[[SerializationChunk.serializationFormatRelease]]
40+
The first member SHOULD be _key_ `serializationFormatRelease` with a _string_ _value_.{fn-org58}{fn-org159}
41+
The value MUST be a non-empty string (without leading or trailing whitespace) describing the serialization format release used to create the processed document, according to <<releases>>.
4242

4343
[[SerializationChunk.languages]]
4444
The second member SHOULD be _key_ `languages` with an _array_ _value_.{fn-org76}{fn-org78}{fn-org159}
@@ -403,10 +403,13 @@ concept OtherLanguageConcept [id 70, key otherLangConc]
403403
include::annotation-variants.json[]
404404
----
405405

406-
[[versions]]
407-
== Versions
408-
=== 1
409-
Initial version.
406+
[[releases]]
407+
== Releases
408+
=== 2023.1
409+
Technical name: `2023.1`
410+
411+
Initial release.
412+
410413

411414

412415
[[possible-values]]

0 commit comments

Comments
 (0)