Changeset 2477 for SRUCQIBridge/pom.xml


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

integrated recent changes needed for the scan operation to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUCQIBridge/pom.xml

    r2179 r2477  
    33    <modelVersion>4.0.0</modelVersion>
    44    <artifactId>sru-cqibridge</artifactId>
    5     <version>1.0-SNAPSHOT</version>
     5    <version>1.0</version>
    66    <packaging>war</packaging>
    77
    88    <name>SRU-CQIBridge</name>
     9    <url>http://weblicht.sfs.uni-tuebingen.de/</url>
    910
    1011    <properties>
     
    1213        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1314    </properties>
     15   
     16    <repositories>
     17        <repository>
     18            <id>clarin</id>
     19            <url>http://catalog.clarin.eu/ds/nexus/content/repositories/Clarin/</url>
     20        </repository>
     21    </repositories>
    1422
    1523    <dependencies>
     
    1725            <groupId>eu.clarin.sru</groupId>
    1826            <artifactId>sru-server</artifactId>
    19             <version>0.6.0-SNAPSHOT</version>
     27            <version>1.1.0</version>
    2028        </dependency>
    2129        <dependency>
    2230            <groupId>eu.clarin.cqi</groupId>
    2331            <artifactId>cqi-client</artifactId>
    24             <version>1.0-SNAPSHOT</version>
     32            <version>1.0</version>
    2533        </dependency>
    2634    </dependencies>
     
    5159    </build>
    5260    <groupId>eu.clarin.sru.cqibridge</groupId>
     61    <licenses>
     62        <license>
     63            <name>GNU General Public License, Version 3</name>
     64            <url>http://www.gnu.org/licenses/</url>
     65        </license>
     66    </licenses>
    5367</project>
Note: See TracChangeset for help on using the changeset viewer.