mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
28 lines
932 B
XML
28 lines
932 B
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.2-SNAPSHOT</version>
|
|
<relativePath>../plugin/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>flashing</artifactId>
|
|
<version>1.3</version>
|
|
|
|
<name>Window Flashing Plugin</name>
|
|
<description>Flashes window on new messages (Microsoft Windows only).</description>
|
|
|
|
<contributors>
|
|
<contributor>
|
|
<name>Michael Will</name>
|
|
<email>michael-will@gmx.net</email>
|
|
<roles>
|
|
<role>Author</role>
|
|
</roles>
|
|
</contributor>
|
|
</contributors>
|
|
</project>
|