<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>de.sciss</groupId>
    <artifactId>weblaf-ui</artifactId>
    <packaging>jar</packaging>
    <description>WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications</description>
    <url>http://weblookandfeel.com</url>
    <version>2.1.3</version>
    <licenses>
        <license>
            <name>GPL v3+</name>
            <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>WebLaF-ui</name>
    <organization>
        <name>de.sciss</name>
        <url>http://weblookandfeel.com</url>
    </organization>
    <scm>
        <url>git@github.com:mgarin/weblaf-ui.git</url>
        <connection>scm:git:git@github.com:mgarin/weblaf-ui.git</connection>
    </scm>
    <developers>
        <developer>
            <id>mgarin</id>
            <name>Mikle Garin</name>
            <url>http://weblookandfeel.com</url>
        </developer>
        <developer>
            <id>sciss</id>
            <name>Hans Holger Rutz</name>
            <url>http://www.sciss.de</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>weblaf-core</artifactId>
            <version>2.1.3</version>
        </dependency>
        <dependency>
            <groupId>com.fifesoft</groupId>
            <artifactId>rsyntaxtextarea</artifactId>
            <version>2.6.1</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>