<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>se.llbit</groupId>
  <artifactId>toolpane</artifactId>
  <version>0.1</version>
  <name>toolpane</name>
  <description>Tool Panes for JavaFX</description>
  <url>https://github.com/llbit/toolpane</url>
  <licenses>
    <license>
      <name>Modified BSD License</name>
      <url>http://opensource.org/licenses/BSD-3-Clause</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Jesper Öqvist</name>
      <email>jesper@llbit.se</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/llbit/toolpane.git</connection>
    <url>https://github.com/llbit/toolpane</url>
  </scm>
</project>
