<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.hsr.adv</groupId>
  <artifactId>adv-lib</artifactId>
  <version>0.3</version>
  <description>ADV Library Project</description>
  <name>ADV Lib</name>
  <url>https://github.com/ADVisualizer/ADV-Lib</url>
  <licenses>
    <license>
      <name>GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.0</name>
      <url>https://www.gnu.org/licenses/agpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mwieland</id>
      <name>Michael Wieland</name>
      <email>mwieland@hsr.ch</email>
    </developer>
    <developer>
      <id>mtrentini</id>
      <name>Muriele Trentini</name>
      <email>mtrentin@hsr.ch</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/ADVisualizer/ADV-Lib</url>
    <connection>https://git@github.com/ADVisualizer/ADV-Lib.git</connection>
    <developerConnection>scm:git:https://github.com/ADVisualizer/ADV-Lib.git</developerConnection>
  </scm>
</project>
