mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
42 lines
1.2 KiB
XML
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>
|