Releases: INTO-CPS-Association/org.intocps.maestro.fmi
Release/1.5.0
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.5.0/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.5.0</version>
</dependency>
Things that changed in this release
- no changes
Release/1.4.1
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.4.1/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.4.1</version>
</dependency>
Things that changed in this release
- no changes
Release/1.3.5
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.3.5/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.3.5</version>
</dependency>
Things that changed in this release
- no changes
Release/1.3.4
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.3.4/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.3.4</version>
</dependency>
Things that changed in this release
- no changes
Release/1.3.3
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.3.3/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.3.3</version>
</dependency>
Things that changed in this release
- no changes
Release/1.3.2
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.3.2/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.3.2</version>
</dependency>
Things that changed in this release
- no changes
Release/1.3.1
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.3.1/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.3.1</version>
</dependency>
Things that changed in this release
- no changes
Release/1.3.0
This release adds support for FMI 3.0-beta.5
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.fmi/jnifmuapi/1.3.0/jar:
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>jnifmuapi</artifactId>
<version>1.3.0</version>
</dependency>
Things that changed in this release
- no changes
FMI Native 1.0.12
Seperated the loading process of an FMU library from the instantiation of fmuapi. See #14
FMI Native 1.0.8
Fixed #9 related to loading libraries in order to support java11+.