Spark/plugins/roar/pom.xml
ilya khlevnoy bfd49d17a6 Roar 1.0
2022-12-17 23:06:49 +03:00

29 lines
929 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>roar</artifactId>
<version>1.0</version>
<name>Roar!!!</name>
<description>Provides customizable popup/notification functionality.</description>
<contributors>
<contributor>
<name>Wolf Posdorfer</name>
<email>9posdorf@informatik.uni-hamburg.de</email>
<roles>
<role>Author</role>
</roles>
</contributor>
</contributors>
</project>