Revision 22740 trunk/libraries/libRemoteServices/pom.xml

View differences:

pom.xml
5 5
	<groupId>org.gvsig</groupId>
6 6
	<artifactId>libRemoteServices</artifactId>
7 7
	<packaging>jar</packaging>
8
	<version>1.0-SNAPSHOT</version>
8
	<version>2.1-SNAPSHOT</version>
9 9
	<name>libRemoteServices</name>
10 10
	<url>http://maven.apache.org</url>
11 11
	<parent>
......
17 17
		<dependency>
18 18
			<groupId>org.gvsig</groupId>
19 19
	        <artifactId>libExceptions</artifactId>
20
        	<version>1.0-SNAPSHOT</version>
20
        	<version>2.1-SNAPSHOT</version>
21 21
      	</dependency>
22 22
      	<dependency>
23
			<groupId>kxml2</groupId>
23
			<groupId>org.gvsig.legacy</groupId>
24 24
	        <artifactId>kxml2</artifactId>
25
        	<version>1.0</version>
25
        	<version>gvsig</version>
26 26
      	</dependency>
27 27
	</dependencies>
28 28
	<build>

Also available in: Unified diff