<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>

  <groupId>at.ac.ait.fmipp</groupId>
  <artifactId>libfmipp</artifactId>
  <version>0.0.1</version>

  <packaging>zip</packaging>

  <name>Native dependencies for FMI++ Library Java bindings</name>
  <description>This package provides the native dependencies for the FMI++ Java bindings (e.g., Windows DLLs)</description>
  <url>https://fmipp.sourceforge.io/</url>

  <licenses>
    <license>
      <name>The FMI++ License</name>
      <url>https://sourceforge.net/p/fmipp/code/ci/master/tree/FMIPP_LICENSE</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>Edmund Widl</name>
      <email>edmund.widl@ait.ac.at</email>
      <organization>AIT Austrian Institute of Technology</organization>
      <organizationUrl>https://www.ait.ac.at</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:https://git.code.sf.net/p/fmipp/code.git</connection>
    <developerConnection>scm:git:https://git.code.sf.net/p/fmipp/code.git</developerConnection>
    <url>https://sourceforge.net/p/fmipp/code/ci/master/tree/</url>
  </scm>

</project>
