Using common group for all quoridor projects - cz.xelfi.quoridor
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 08 Jan 2010 00:31:07 +0100
changeset 18647e21a031490
parent 185 2895d29d7b3a
child 187 ad48f5c7dfef
Using common group for all quoridor projects - cz.xelfi.quoridor
emailer/pom.xml
freemarkerdor/pom.xml
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java
pom.xml
quoridor/pom.xml
statistics/pom.xml
visidor/pom.xml
webidor/pom.xml
     1.1 --- a/emailer/pom.xml	Thu Jan 07 23:43:55 2010 +0100
     1.2 +++ b/emailer/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     1.3 @@ -4,10 +4,10 @@
     1.4    <modelVersion>4.0.0</modelVersion>
     1.5    <parent>
     1.6      <artifactId>all-quoridor</artifactId>
     1.7 -    <groupId>org.apidesign</groupId>
     1.8 +    <groupId>cz.xelfi.quoridor</groupId>
     1.9      <version>1.0</version>
    1.10    </parent>
    1.11 -  <groupId>org.apidesign</groupId>
    1.12 +  <groupId>cz.xelfi.quoridor</groupId>
    1.13    <artifactId>emailer</artifactId>
    1.14    <version>1.0</version>
    1.15    <inceptionYear>2008</inceptionYear>
     2.1 --- a/freemarkerdor/pom.xml	Thu Jan 07 23:43:55 2010 +0100
     2.2 +++ b/freemarkerdor/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     2.3 @@ -4,10 +4,10 @@
     2.4    <modelVersion>4.0.0</modelVersion>
     2.5    <parent>
     2.6      <artifactId>all-quoridor</artifactId>
     2.7 -    <groupId>org.apidesign</groupId>
     2.8 +    <groupId>cz.xelfi.quoridor</groupId>
     2.9      <version>1.0</version>
    2.10    </parent>
    2.11 -  <groupId>org.apidesign</groupId>
    2.12 +  <groupId>cz.xelfi.quoridor</groupId>
    2.13    <artifactId>freemarkerdor</artifactId>
    2.14    <name>freemarkerdor</name>
    2.15    <version>1.50</version>
     3.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java	Thu Jan 07 23:43:55 2010 +0100
     3.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java	Fri Jan 08 00:31:07 2010 +0100
     3.3 @@ -78,7 +78,7 @@
     3.4      static {
     3.5          Properties p = new Properties();
     3.6          try {
     3.7 -            InputStream is = FreemarkerProcessor.class.getResourceAsStream("/META-INF/maven/org.apidesign/freemarkerdor/pom.properties"); // NOI18N
     3.8 +            InputStream is = FreemarkerProcessor.class.getResourceAsStream("/META-INF/maven/cz.xelfi.quoridor/freemarkerdor/pom.properties"); // NOI18N
     3.9              if (is != null) {
    3.10                  p.load(is);
    3.11              }
     4.1 --- a/pom.xml	Thu Jan 07 23:43:55 2010 +0100
     4.2 +++ b/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     4.3 @@ -2,7 +2,7 @@
     4.4  <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">
     4.5    <modelVersion>4.0.0</modelVersion>
     4.6    <packaging>pom</packaging>
     4.7 -  <groupId>org.apidesign</groupId>
     4.8 +  <groupId>cz.xelfi.quoridor</groupId>
     4.9    <artifactId>all-quoridor</artifactId>
    4.10    <version>1.0</version>
    4.11    <repositories>
     5.1 --- a/quoridor/pom.xml	Thu Jan 07 23:43:55 2010 +0100
     5.2 +++ b/quoridor/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     5.3 @@ -1,12 +1,12 @@
     5.4  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     5.5    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     5.6    <modelVersion>4.0.0</modelVersion>
     5.7 -  <groupId>org.apidesign</groupId>
     5.8 +  <groupId>cz.xelfi.quoridor</groupId>
     5.9    <artifactId>quoridor</artifactId>
    5.10    <packaging>jar</packaging>
    5.11    <url>http://quoridor.xelfi.cz</url>
    5.12    <parent>
    5.13 -      <groupId>org.apidesign</groupId>
    5.14 +      <groupId>cz.xelfi.quoridor</groupId>
    5.15        <artifactId>all-quoridor</artifactId>
    5.16        <relativePath>..</relativePath>
    5.17        <version>1.0</version>
     6.1 --- a/statistics/pom.xml	Thu Jan 07 23:43:55 2010 +0100
     6.2 +++ b/statistics/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     6.3 @@ -5,10 +5,10 @@
     6.4    <modelVersion>4.0.0</modelVersion>
     6.5    <parent>
     6.6          <artifactId>all-quoridor</artifactId>
     6.7 -        <groupId>org.apidesign</groupId>
     6.8 +        <groupId>cz.xelfi.quoridor</groupId>
     6.9          <version>1.0</version>
    6.10    </parent>
    6.11 -  <groupId>org.apidesign</groupId>
    6.12 +  <groupId>cz.xelfi.quoridor</groupId>
    6.13    <artifactId>statistics</artifactId>
    6.14    <packaging>jar</packaging>
    6.15    <version>1.0</version>
    6.16 @@ -69,7 +69,7 @@
    6.17        <scope>test</scope>
    6.18      </dependency>
    6.19      <dependency>
    6.20 -      <groupId>org.apidesign</groupId>
    6.21 +      <groupId>cz.xelfi.quoridor</groupId>
    6.22        <artifactId>quoridor</artifactId>
    6.23        <version>1.0</version>
    6.24        <type>jar</type>
     7.1 --- a/visidor/pom.xml	Thu Jan 07 23:43:55 2010 +0100
     7.2 +++ b/visidor/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     7.3 @@ -1,14 +1,14 @@
     7.4  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     7.5    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     7.6    <modelVersion>4.0.0</modelVersion>
     7.7 -  <groupId>org.apidesign</groupId>
     7.8 +  <groupId>cz.xelfi.quoridor</groupId>
     7.9    <artifactId>visidor</artifactId>
    7.10    <packaging>jar</packaging>
    7.11    <version>1.0</version>
    7.12    <name>visidor</name>
    7.13    <url>http://maven.apache.org</url>
    7.14    <parent>
    7.15 -      <groupId>org.apidesign</groupId>
    7.16 +      <groupId>cz.xelfi.quoridor</groupId>
    7.17        <artifactId>all-quoridor</artifactId>
    7.18        <relativePath>..</relativePath>
    7.19        <version>1.0</version>
    7.20 @@ -34,7 +34,7 @@
    7.21        <scope>test</scope>
    7.22      </dependency>
    7.23      <dependency>
    7.24 -      <groupId>org.apidesign</groupId>
    7.25 +      <groupId>cz.xelfi.quoridor</groupId>
    7.26        <artifactId>quoridor</artifactId>
    7.27        <version>1.0</version>
    7.28      </dependency>
     8.1 --- a/webidor/pom.xml	Thu Jan 07 23:43:55 2010 +0100
     8.2 +++ b/webidor/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     8.3 @@ -5,10 +5,10 @@
     8.4    <modelVersion>4.0.0</modelVersion>
     8.5    <parent>
     8.6          <artifactId>all-quoridor</artifactId>
     8.7 -        <groupId>org.apidesign</groupId>
     8.8 +        <groupId>cz.xelfi.quoridor</groupId>
     8.9          <version>1.0</version>
    8.10    </parent>
    8.11 -  <groupId>org.apidesign</groupId>
    8.12 +  <groupId>cz.xelfi.quoridor</groupId>
    8.13    <artifactId>webidor</artifactId>
    8.14    <packaging>jar</packaging>
    8.15    <version>1.12</version>
    8.16 @@ -69,7 +69,7 @@
    8.17        <scope>test</scope>
    8.18      </dependency>
    8.19      <dependency>
    8.20 -      <groupId>org.apidesign</groupId>
    8.21 +      <groupId>cz.xelfi.quoridor</groupId>
    8.22        <artifactId>quoridor</artifactId>
    8.23        <version>1.0</version>
    8.24        <type>jar</type>