Changeset 2478 for CQIClient


Ignore:
Timestamp:
01/17/13 16:59:57 (11 years ago)
Author:
akislev
Message:

changed version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CQIClient/pom.xml

    r2178 r2478  
     1<?xml version="1.0" encoding="UTF-8"?>
     2<!--
     3This program is free software: you can redistribute it and/or modify
     4it under the terms of the GNU General Public License as published by
     5the Free Software Foundation, either version 3 of the License, or
     6(at your option) any later version.
     7
     8This program is distributed in the hope that it will be useful,
     9but WITHOUT ANY WARRANTY; without even the implied warranty of
     10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     11GNU General Public License for more details.
     12
     13You should have received a copy of the GNU General Public License
     14along with this program.  If not, see <http://www.gnu.org/licenses/>.
     15-->
    116<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    2   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    3   <modelVersion>4.0.0</modelVersion>
     17         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     18    <modelVersion>4.0.0</modelVersion>
    419
    5   <groupId>eu.clarin.cqi</groupId>
    6   <version>1.0-SNAPSHOT</version>
    7   <packaging>jar</packaging>
     20    <groupId>eu.clarin.cqi</groupId>
     21    <version>1.0</version>
     22    <packaging>jar</packaging>
    823
    9   <name>CQI Client</name>
    10   <url>http://maven.apache.org</url>
     24    <name>CQI Client</name>
     25    <url>http://weblicht.sfs.uni-tuebingen.de/</url>
    1126
    12   <properties>
    13     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    14   </properties>
     27    <properties>
     28        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     29    </properties>
    1530
    16   <dependencies>
    17     <dependency>
    18       <groupId>junit</groupId>
    19       <artifactId>junit</artifactId>
    20       <version>4.10</version>
    21       <scope>test</scope>
    22       <type>jar</type>
    23       <exclusions>
    24         <exclusion>
    25           <artifactId>hamcrest-core</artifactId>
    26           <groupId>org.hamcrest</groupId>
    27         </exclusion>
    28       </exclusions>
    29     </dependency>
    30   </dependencies>
     31    <dependencies>
     32        <dependency>
     33            <groupId>junit</groupId>
     34            <artifactId>junit</artifactId>
     35            <version>4.10</version>
     36            <scope>test</scope>
     37            <type>jar</type>
     38            <exclusions>
     39                <exclusion>
     40                    <artifactId>hamcrest-core</artifactId>
     41                    <groupId>org.hamcrest</groupId>
     42                </exclusion>
     43            </exclusions>
     44        </dependency>
     45    </dependencies>
    3146    <artifactId>cqi-client</artifactId>
     47    <licenses>
     48        <license>
     49            <name>GNU General Public License, Version 3</name>
     50            <url>http://www.gnu.org/licenses/</url>
     51        </license>
     52    </licenses>
    3253</project>
Note: See TracChangeset for help on using the changeset viewer.