mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-30 04:11:39 +00:00
44 lines
1.3 KiB
XML
44 lines
1.3 KiB
XML
<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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.igniterealtime.spark.plugins</groupId>
|
|
<artifactId>plugin</artifactId>
|
|
<version>3.0.3-SNAPSHOT</version>
|
|
<relativePath>../plugin/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>systemtray</artifactId>
|
|
<version>1.2</version>
|
|
|
|
<name>SystemTray Plugin</name>
|
|
<description>Notification and System Tray Plugin for Spark.</description>
|
|
|
|
<contributors>
|
|
<contributor>
|
|
<name>Derek DeMoro</name>
|
|
<organization>Jive Software</organization>
|
|
<email>spark@jivesoftware.com</email>
|
|
<roles>
|
|
<role>Author</role>
|
|
</roles>
|
|
</contributor>
|
|
</contributors>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.jdesktop</groupId>
|
|
<artifactId>jdic</artifactId>
|
|
<version>0.9.4</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>coljars</id>
|
|
<url>https://clojars.org/repo/</url>
|
|
</repository>
|
|
</repositories>
|
|
</project>
|