<?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>desktop-linux_3.0.0-RC3</artifactId>
    <packaging>jar</packaging>
    <description>Linux specific adaptors for Desktop</description>
    <url>https://git.iem.at/sciss/Desktop</url>
    <version>0.11.3</version>
    <licenses>
        <license>
            <name>LGPL v2.1+</name>
            <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>Desktop-linux</name>
    <organization>
        <name>de.sciss</name>
        <url>https://git.iem.at/sciss/Desktop</url>
    </organization>
    <scm>
        <url>https://git.iem.at/sciss/Desktop</url>
        <connection>scm:git@git.iem.at:sciss/Desktop.git</connection>
    </scm>
    <developers>
        <developer>
            <id>sciss</id>
            <name>Hanns Holger Rutz</name>
            <url>https://www.sciss.de</url>
            <email>contact@sciss.de</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>desktop-core_3.0.0-RC3</artifactId>
            <version>0.11.3</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3.0.0-RC3</artifactId>
            <version>3.0.0-RC3</version>
        </dependency>
    </dependencies>
</project>