From 068a74c335c138f8adfd033d7b9b5d2e612e69f3 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Fri, 20 Dec 2024 09:14:19 +0100 Subject: [PATCH] Update versions and dates for official release of 2.0 --- README.adoc | 2 +- docs/0___preamble.adoc | 13 ++++++------- docs/5___ssd.adoc | 2 +- docs/6___ssv.adoc | 2 +- docs/7___ssm.adoc | 2 +- docs/8___ssb.adoc | 2 +- schema/SystemStructureCommon.xsd | 2 +- schema/SystemStructureDescription.xsd | 6 +++--- schema/SystemStructureDescription11.xsd | 6 +++--- schema/SystemStructureParameterMapping.xsd | 6 +++--- schema/SystemStructureParameterValues.xsd | 6 +++--- schema/SystemStructureSignalDictionary.xsd | 6 +++--- 12 files changed, 27 insertions(+), 28 deletions(-) diff --git a/README.adoc b/README.adoc index 0e31966..9df8660 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,7 @@ https://ssp-standard.org/[Releases] and the https://ssp-standard.org/docs/main/[ == Branches - `main` -- development of the next release -- `support/v{1}.0.x` -- maintenance of the 1.0 release +- `support/v{1|2}.0.x` -- maintenance of the 1.0 and 2.0 releases == Copyright and License diff --git a/docs/0___preamble.adoc b/docs/0___preamble.adoc index 8f0eaf7..d8881d9 100644 --- a/docs/0___preamble.adoc +++ b/docs/0___preamble.adoc @@ -1,11 +1,11 @@ -Document version: 2.0-rc.2 +Document version: 2.0 -November 15, 2024 +December 20, 2024 -This document is a release candidate of the System Structure and Parameterization Standard (SSP) 2.0. -*It is unreleased, and does not constitute a standard of the Modelica Association.* +This document is release 2.0 of the System Structure and Parameterization Standard (SSP). -// On the Downloads page (https://ssp-standard.org/downloads), this specification, as well as supporting XML schema files are provided. +This specification, as well as supporting XML schema files, is provided on the SSP site (https://ssp-standard.org/). +https://github.com/modelica/ssp-standard/releases[Releases] and https://github.com/modelica/ssp-standard/issues[issues] can be found on https://github.com/modelica/ssp-standard[github.com/modelica/ssp-standard]. Contact the SSP development group at map-ssp_projectlead@googlegroups.com. @@ -18,8 +18,7 @@ History / Road Map |Version |Date |Remarks |1.0 |2019-03-05 |First Public Release of SSP |1.0.1 |2022-07-25 |Public Release of SSP 1.0.1 -|2.0-rc.1 |2024-10-25 |First Release Candidate of SSP 2.0 -|2.0-rc.2 |2024-11-18 |Second Release Candidate of SSP 2.0 +|2.0 |2024-12-20 |Public Release of SSP 2.0 |=== Please report issues that you find with this specification to map-ssp_projectlead@googlegroups.com. diff --git a/docs/5___ssd.adoc b/docs/5___ssd.adoc index f044339..2d76337 100644 --- a/docs/5___ssd.adoc +++ b/docs/5___ssd.adoc @@ -17,7 +17,7 @@ The root element of an SSD file *MUST* be a SystemStructureDescription element, |Attribute |Description |version |This required attribute specifies the version of this specification that the system description conforms to. Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute. -For the current release this *MUST* be either 1.0 or 2.0-rc.2. +For the current release this *MUST* be either 1.0 or 2.0. If it is 1.0 the file *MUST* also conform fully to the 1.0 standard. |name |This required attribute provides a name, which can be used for purposes of presenting the system structure to the user, for example when selecting individual variant SSDs from an SSP. |=== diff --git a/docs/6___ssv.adoc b/docs/6___ssv.adoc index 4c32e9f..9af603f 100644 --- a/docs/6___ssv.adoc +++ b/docs/6___ssv.adoc @@ -24,7 +24,7 @@ If the SSV is provided as a separate file, the root element *MUST* be a Paramete |Attribute |Description |version |This required attribute specifies the version of this specification that the parameter set conforms to. Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute. -For the current release this *MUST* be either 1.0 or 2.0-rc.2. +For the current release this *MUST* be either 1.0 or 2.0. If it is 1.0 the file *MUST* also conform fully to the 1.0 standard. |name |This required attribute provides a name which can be used for purposes of presenting the parameter set to the user. |=== diff --git a/docs/7___ssm.adoc b/docs/7___ssm.adoc index e243448..74b120a 100644 --- a/docs/7___ssm.adoc +++ b/docs/7___ssm.adoc @@ -31,7 +31,7 @@ Implementations *CAN* map the same parameter to multiple names. |Attribute |Description |version |This required attribute specifies the version of this specification that the parameter mapping conforms to. Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute. -For the current release this *MUST* be either 1.0 or 2.0-rc.2. +For the current release this *MUST* be either 1.0 or 2.0. If it is 1.0 the file *MUST* also conform fully to the 1.0 standard. |=== diff --git a/docs/8___ssb.adoc b/docs/8___ssb.adoc index 5108754..f71caac 100644 --- a/docs/8___ssb.adoc +++ b/docs/8___ssb.adoc @@ -25,7 +25,7 @@ This element describes a signal dictionary, which consists of one or more dictio |Attribute |Description |version |This required attribute specifies the version of this specification that the parameter mapping conforms to. Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute. -For the current release this *MUST* be either 1.0 or 2.0-rc.2. +For the current release this *MUST* be either 1.0 or 2.0. If it is 1.0 the file *MUST* also conform fully to the 1.0 standard. |=== diff --git a/schema/SystemStructureCommon.xsd b/schema/SystemStructureCommon.xsd index 9b76de8..a8179e9 100644 --- a/schema/SystemStructureCommon.xsd +++ b/schema/SystemStructureCommon.xsd @@ -7,7 +7,7 @@ This is the normative XML Schema 1.0 schema for the MAP SSP SystemStructure 2.0 common content across formats. - Version: 2.0-rc.2 + Version: 2.0 Copyright 2016 -- 2024 Modelica Association Project "SSP" diff --git a/schema/SystemStructureDescription.xsd b/schema/SystemStructureDescription.xsd index 7fea068..72fcbcf 100644 --- a/schema/SystemStructureDescription.xsd +++ b/schema/SystemStructureDescription.xsd @@ -8,7 +8,7 @@ This is the normative XML Schema 1.0 schema for the MAP SSP SystemStructureDescription 2.0 format. - Version: 2.0-rc.2 + Version: 2.0 Copyright 2016 -- 2024 Modelica Association Project "SSP" @@ -58,13 +58,13 @@ - Version of SSD format, 1.0 or 2.0-rc.2 for this release. + Version of SSD format, 1.0 or 2.0 for this release. - + diff --git a/schema/SystemStructureDescription11.xsd b/schema/SystemStructureDescription11.xsd index d142101..8c2d93e 100644 --- a/schema/SystemStructureDescription11.xsd +++ b/schema/SystemStructureDescription11.xsd @@ -14,7 +14,7 @@ as a non-normative alternative to the XML Schema 1.0 schema to support simpler cross-namespace validation of SSD files. - Version: 2.0-rc.2 + Version: 2.0 Copyright 2016 -- 2024 Modelica Association Project "SSP" @@ -67,13 +67,13 @@ - Version of SSD format, 1.0 or 2.0-rc.2 for this release. + Version of SSD format, 1.0 or 2.0 for this release. - + diff --git a/schema/SystemStructureParameterMapping.xsd b/schema/SystemStructureParameterMapping.xsd index a4d0d51..9992e37 100644 --- a/schema/SystemStructureParameterMapping.xsd +++ b/schema/SystemStructureParameterMapping.xsd @@ -8,7 +8,7 @@ This is the normative XML Schema 1.0 schema for the MAP SSP SystemStructureParameterMapping 2.0 format. - Version: 2.0-rc.2 + Version: 2.0 Copyright 2016 -- 2024 Modelica Association Project "SSP" @@ -55,13 +55,13 @@ - Version of SSM format, 1.0 or 2.0-rc.2 for this release. + Version of SSM format, 1.0 or 2.0 for this release. - + diff --git a/schema/SystemStructureParameterValues.xsd b/schema/SystemStructureParameterValues.xsd index b5f60f1..7dce582 100644 --- a/schema/SystemStructureParameterValues.xsd +++ b/schema/SystemStructureParameterValues.xsd @@ -8,7 +8,7 @@ This is the normative XML Schema 1.0 schema for the MAP SSP SystemStructureParameterValues 2.0 format. - Version: 2.0-rc.2 + Version: 2.0 Copyright 2016 -- 2024 Modelica Association Project "SSP" @@ -57,13 +57,13 @@ - Version of SSV format, 1.0 or 2.0-rc.2 for this release. + Version of SSV format, 1.0 or 2.0 for this release. - + diff --git a/schema/SystemStructureSignalDictionary.xsd b/schema/SystemStructureSignalDictionary.xsd index e8b0511..0577252 100644 --- a/schema/SystemStructureSignalDictionary.xsd +++ b/schema/SystemStructureSignalDictionary.xsd @@ -8,7 +8,7 @@ This is the normative XML Schema 1.0 schema for the MAP SSP SystemStructureSignalDictionary 2.0 format. - Version: 2.0-rc.2 + Version: 2.0 Copyright 2016 -- 2024 Modelica Association Project "SSP" @@ -57,13 +57,13 @@ - Version of SSB format, 1.0 or 2.0-rc.2 for this release. + Version of SSB format, 1.0 or 2.0 for this release. - +