Project

General

Profile

« Previous | Next » 

Revision 61806

[Trunk | Admin Tools]: pom.xml: Updated to 2.0.1-SNAPSHOT current version and to 1.0.3 uoa-admin-tools-library.

View differences:

pom.xml
5 5

  
6 6
	<groupId>eu.dnetlib</groupId>
7 7
	<artifactId>uoa-admin-tools</artifactId>
8
	<version>2.0.0-SNAPSHOT</version>
8
	<version>2.0.1-SNAPSHOT</version>
9 9
	<packaging>war</packaging>
10 10

  
11 11
	<name>uoa-admin-tools</name>
......
98 98
            <artifactId>commons-io</artifactId>
99 99
            <version>20030203.000550</version>
100 100
        </dependency>
101
        <dependency>
101
        <dependency> <!-- this dependency includes dependency to uoa-authorization-library -->
102 102
            <groupId>eu.dnetlib</groupId>
103 103
            <artifactId>uoa-admin-tools-library</artifactId>
104
            <version>1.0.2</version>
104
            <version>1.0.3</version>
105 105
        </dependency>
106
        <!--<dependency>
107
            <groupId>eu.dnetlib</groupId>
108
            <artifactId>uoa-authorization-library</artifactId>
109
            <version>1.0.0-SNAPSHOT</version>
110
        </dependency>-->
111 106
    </dependencies>
112 107

  
113 108
	<build>

Also available in: Unified diff