<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.coroptis.spacewar</groupId>
<artifactId>spacewar-root</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>Root module</name>
<url>http://space-war-2.sourceforge.net/</url>
<description>
War game in space environment with single target - eliminate enemy.
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j.version>1.2.14</log4j.version>
<maven.site.version>3.4</maven.site.version>
</properties>
<modules>
<module>spacewar-game</module>
<module>spacewar-dist</module>
<module>spacewar-site</module>
</modules>
<developers>
<developer>
<name>Jan Jirout</name>
<email>jirout@koroptev.cz</email>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly license</comments>
</license>
</licenses>
<issueManagement>
<system>Sourceforge issue tracker</system>
<url>https://sourceforge.net/p/space-war-2/tickets/</url>
</issueManagement>
<scm>
<connection>scm:svn:https://svn.code.sf.net/p/space-war-2/code/trunk</connection>
<developerConnection>scm:svn:https://svn.code.sf.net/p/space-war-2/code/trunk</developerConnection>
<url>scm:svn:https://svn.code.sf.net/p/space-war-2/code/trunk</url>
</scm>
<distributionManagement>
<site>
<id>spacewar.sf.net</id>
<url>scp://shell.sourceforge.net/home/project-web/space-war-2/htdocs</url>
</site>
</distributionManagement>
</project>