2020-08-17 07:13:31 -05:00

42 lines
1.2 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>2.9.0</version>
<relativePath>../plugin/pom.xml</relativePath>
</parent>
<artifactId>reversi</artifactId>
<version>1.5</version>
<name>Reversi</name>
<description>Multiplayer game of Reversi.</description>
<contributors>
<contributor>
<name>Holger Bergunde</name>
<email>holger@bergunde.de</email>
<url>http://www.stytrix.de</url>
<roles>
<role>Author</role>
</roles>
</contributor>
<contributor>
<name>Matt Tucker</name>
<roles>
<role>Author</role>
</roles>
</contributor>
<contributor>
<name>Bill Lynch</name>
<roles>
<role>Author</role>
</roles>
</contributor>
</contributors>
</project>