pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 04 Sep 2010 19:08:55 +0200
changeset 247 57bd8b561a2e
parent 246 ed99ec32bd44
child 253 ee02205edf13
permissions -rw-r--r--
Changing the license to GPL v3
jtulach@25
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@25
     2
<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">
jtulach@25
     3
  <modelVersion>4.0.0</modelVersion>
jtulach@25
     4
  <packaging>pom</packaging>
jaroslav@186
     5
  <groupId>cz.xelfi.quoridor</groupId>
jtulach@25
     6
  <artifactId>all-quoridor</artifactId>
jtulach@25
     7
  <version>1.0</version>
jtulach@25
     8
  <repositories>
jtulach@25
     9
      <repository>
jtulach@25
    10
          <id>netbeans</id>
jtulach@25
    11
          <url>http://bits.netbeans.org/maven2/</url>
jtulach@25
    12
      </repository>
jtulach@25
    13
  </repositories>
jtulach@25
    14
  <!--
jtulach@25
    15
  <scm>
jtulach@25
    16
      <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
jtulach@25
    17
      <url>http://source.apidesign.org/hg/lookup</url>
jtulach@25
    18
  </scm>
jtulach@25
    19
  -->
jtulach@25
    20
  <licenses>
jtulach@25
    21
    <license>
jaroslav@247
    22
        <name>gpl-3.0</name>
jaroslav@247
    23
        <url>http://www.opensource.org/licenses/gpl-3.0.html</url>
jtulach@25
    24
        <distribution>repo</distribution>
jtulach@25
    25
    </license>
jtulach@25
    26
  </licenses>
jtulach@25
    27
  <organization>
jtulach@25
    28
      <name>API Design</name>
jtulach@25
    29
      <url>http://apidesign.org</url>
jtulach@25
    30
  </organization>
jtulach@231
    31
  <properties>
jaroslav@246
    32
      <quoridorVersion>1.3</quoridorVersion>
jtulach@238
    33
      <webidorVersion>1.17</webidorVersion>
jtulach@231
    34
      <visidorVersion>1.0-SNAPSHOT</visidorVersion>
jaroslav@234
    35
      <freemarkerVersion>1.60</freemarkerVersion>
jtulach@240
    36
      <emailerVersion>1.1</emailerVersion>
jtulach@231
    37
      <statisticsVersion>1.8</statisticsVersion>
jtulach@231
    38
  </properties>
jtulach@25
    39
  <modules>
jtulach@25
    40
    <module>quoridor</module>
jtulach@25
    41
    <module>visidor</module>
jtulach@35
    42
    <module>webidor</module>
jaroslav@178
    43
    <module>statistics</module>
jtulach@41
    44
    <module>freemarkerdor</module>
jtulach@153
    45
    <module>emailer</module>
jtulach@25
    46
  </modules>
jtulach@25
    47
    <name>Quoridor related projects</name>
jtulach@25
    48
    <description>Master project that agregates all quoridor related functionality.
jtulach@25
    49
    </description>
jaroslav@178
    50
</project>