Skip to content

Commit d5609c8

Browse files
committed
Update VERSION and version references for release 1.5.0
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 243a3cb commit d5609c8

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = 1
2-
VERSION_MINOR = 4
2+
VERSION_MINOR = 5
33
VERSION_PATCH = 0

doc/misc/example.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,43 +20,43 @@ The example describes a sensor model FMU with one input, one output, and no addi
2020
canNotUseMemoryManagementFunctions="true"/>
2121
<DefaultExperiment startTime="0.0" stepSize="0.020"/>
2222
<VendorAnnotations>
23-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="1.4.0" osi-version="3.6.0"/></Tool>
23+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="1.5.0" osi-version="3.7.0"/></Tool>
2424
</VendorAnnotations>
2525
<ModelVariables>
2626
<ScalarVariable name="OSMPSensorViewIn.base.lo" valueReference="0" causality="input" variability="discrete">
2727
<Integer start="0"/>
2828
<Annotations>
29-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorViewIn" role="base.lo" mime-type="application/x-open-simulation-interface; type=SensorView; version=3.6.0"/></Tool>
29+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorViewIn" role="base.lo" mime-type="application/x-open-simulation-interface; type=SensorView; version=3.7.0"/></Tool>
3030
</Annotations>
3131
</ScalarVariable>
3232
<ScalarVariable name="OSMPSensorViewIn.base.hi" valueReference="1" causality="input" variability="discrete">
3333
<Integer start="0"/>
3434
<Annotations>
35-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorViewIn" role="base.hi" mime-type="application/x-open-simulation-interface; type=SensorView; version=3.6.0"/></Tool>
35+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorViewIn" role="base.hi" mime-type="application/x-open-simulation-interface; type=SensorView; version=3.7.0"/></Tool>
3636
</Annotations>
3737
</ScalarVariable>
3838
<ScalarVariable name="OSMPSensorViewIn.size" valueReference="2" causality="input" variability="discrete">
3939
<Integer start="0"/>
4040
<Annotations>
41-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorViewIn" role="size" mime-type="application/x-open-simulation-interface; type=SensorView; version=3.6.0"/></Tool>
41+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorViewIn" role="size" mime-type="application/x-open-simulation-interface; type=SensorView; version=3.7.0"/></Tool>
4242
</Annotations>
4343
</ScalarVariable>
4444
<ScalarVariable name="OSMPSensorDataOut.base.lo" valueReference="3" causality="output" variability="discrete" initial="exact">
4545
<Integer start="0"/>
4646
<Annotations>
47-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorDataOut" role="base.lo" mime-type="application/x-open-simulation-interface; type=SensorData; version=3.6.0"/></Tool>
47+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorDataOut" role="base.lo" mime-type="application/x-open-simulation-interface; type=SensorData; version=3.7.0"/></Tool>
4848
</Annotations>
4949
</ScalarVariable>
5050
<ScalarVariable name="OSMPSensorDataOut.base.hi" valueReference="4" causality="output" variability="discrete" initial="exact">
5151
<Integer start="0"/>
5252
<Annotations>
53-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorDataOut" role="base.hi" mime-type="application/x-open-simulation-interface; type=SensorData; version=3.6.0"/></Tool>
53+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorDataOut" role="base.hi" mime-type="application/x-open-simulation-interface; type=SensorData; version=3.7.0"/></Tool>
5454
</Annotations>
5555
</ScalarVariable>
5656
<ScalarVariable name="OSMPSensorDataOut.size" valueReference="5" causality="output" variability="discrete" initial="exact">
5757
<Integer start="0"/>
5858
<Annotations>
59-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorDataOut" role="size" mime-type="application/x-open-simulation-interface; type=SensorData; version=3.6.0"/></Tool>
59+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp-binary-variable name="OSMPSensorDataOut" role="size" mime-type="application/x-open-simulation-interface; type=SensorData; version=3.7.0"/></Tool>
6060
</Annotations>
6161
</ScalarVariable>
6262
</ModelVariables>

doc/misc/introduction.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ endif::[]
77
_OSI Sensor Model Packaging_ (OSMP) is a package layer specification for the _Open Simulation Interface_ (OSI).
88
It specifies how models that use OSI are packaged as _Functional Mock-up Units_ (FMUs) in accordance with the _Functional Mock-up Interface 2.0_ (FMI 2.0).
99

10-
This is version 1.4.0 of this specification. The version number is to be
10+
This is version 1.5.0 of this specification. The version number is to be
1111
interpreted according to the https://semver.org/spec/v2.0.0.html[_Semantic Versioning Specification 2.0.0_].

doc/spec/basic_conventions.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following annotation shall be placed into the `<VendorAnnotations>` element
1111

1212
[source,xml]
1313
----
14-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="1.4.0" osi-version="x.y.z"/></Tool>
14+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="1.5.0" osi-version="x.y.z"/></Tool>
1515
----
1616

1717
The `@osi-version` attribute should contain the major, minor, and patch version number of the OSI specification that this model was compiled against.
@@ -37,5 +37,5 @@ The rules above for FMI 2.0 apply, with the provision that the annotation shall
3737

3838
[source,xml]
3939
----
40-
<Annotation type="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="1.4.0" osi-version="x.y.z"/></Annotation>
40+
<Annotation type="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="1.5.0" osi-version="x.y.z"/></Annotation>
4141
----

examples/open-simulation-interface

0 commit comments

Comments
 (0)