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

    <groupId>de.aperture-dynamic</groupId>
    <artifactId>versatile-object-notation</artifactId>
    <version>1.1.0</version>
    <packaging>jar</packaging>

    <name>Versatile Object Notation</name>
    <description>Plugin to Interact with Versatile Object Notation Files</description>
    <url>https://github.com/mostaer/v-o-n</url>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>Marcel Pfleiderer</name>
            <email>marcel.pfleiderer@aperture-dynamic.de</email>
        </developer>
    </developers>

    <scm>
        <connection>PRIVATE</connection>
        <developerConnection>PRIVATE</developerConnection>
        <url>PRIVATE</url>
    </scm>
</project>