Skip to content

Releases: INTO-CPS-Association/org.intocps.maestro.fmi

Release/1.5.0

15 Aug 09:41
Compare
Choose a tag to compare

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

04 Jan 10:01
Compare
Choose a tag to compare

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

12 May 11:03
Compare
Choose a tag to compare

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

06 May 18:24
Compare
Choose a tag to compare

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

06 May 15:58
Compare
Choose a tag to compare

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

05 May 20:49
Compare
Choose a tag to compare

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

04 May 19:24
Compare
Choose a tag to compare

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

19 Apr 16:58
Compare
Choose a tag to compare

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

19 Nov 14:04
Compare
Choose a tag to compare

Seperated the loading process of an FMU library from the instantiation of fmuapi. See #14

FMI Native 1.0.8

23 Apr 09:59
Compare
Choose a tag to compare

Fixed #9 related to loading libraries in order to support java11+.