statistics/pom.xml
changeset 231 a849ce530828
parent 223 7416b11ad09f
child 258 935118a5831a
     1.1 --- a/statistics/pom.xml	Tue Jan 19 09:34:45 2010 +0100
     1.2 +++ b/statistics/pom.xml	Thu Feb 18 08:33:00 2010 +0100
     1.3 @@ -8,10 +8,9 @@
     1.4          <groupId>cz.xelfi.quoridor</groupId>
     1.5          <version>1.0</version>
     1.6    </parent>
     1.7 -  <groupId>cz.xelfi.quoridor</groupId>
     1.8    <artifactId>statistics</artifactId>
     1.9    <packaging>jar</packaging>
    1.10 -  <version>1.7</version>
    1.11 +  <version>${statisticsVersion}</version>
    1.12    <name>Game Statistics</name>
    1.13    <url>http://maven.apache.org</url>
    1.14    <repositories>
    1.15 @@ -69,15 +68,15 @@
    1.16        <scope>test</scope>
    1.17      </dependency>
    1.18      <dependency>
    1.19 -      <groupId>cz.xelfi.quoridor</groupId>
    1.20 +      <groupId>${project.groupId}</groupId>
    1.21        <artifactId>quoridor</artifactId>
    1.22 -      <version>1.0</version>
    1.23 +      <version>${quoridorVersion}</version>
    1.24        <type>jar</type>
    1.25      </dependency>
    1.26      <dependency>
    1.27        <groupId>${project.groupId}</groupId>
    1.28        <artifactId>webidor</artifactId>
    1.29 -      <version>1.12</version>
    1.30 +      <version>${webidorVersion}</version>
    1.31      </dependency>
    1.32    </dependencies>
    1.33    <build>