Revision 1583 org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.app/pom.xml

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2 2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
<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/maven-v4_0_0.xsd">
5 4
	<modelVersion>4.0.0</modelVersion>
6 5
	<artifactId>org.gvsig.raster.tilecache.app</artifactId>
7 6
	<packaging>jar</packaging>
8
	<version>2.0.0-SNAPSHOT</version>
7
	<version>2.0.0</version>
9 8
	<name>Raster base support</name>
10 9
	<description>Basic libraries for raster support and tiles</description>
11 10
	<parent>
......
14 13
        <version>1.0.9</version>
15 14
    </parent>
16 15
    <scm>
17
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.app</connection>
18
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.app</developerConnection>
19
        <url>https://devel.gvsig.org/redmine/projects/gvsig-raster/repository/show/org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.app</url>
16
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/tags/2.0.0/org.gvsig.raster.tilecache.app</connection>
17
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/tags/2.0.0/org.gvsig.raster.tilecache.app</developerConnection>
18
        <url>https://devel.gvsig.org/redmine/projects/gvsig-raster/repository/show/org.gvsig.raster.tilecache/tags/2.0.0/org.gvsig.raster.tilecache.app</url>
20 19
    </scm>
21 20
    <dependencyManagement>
22 21
		<dependencies>

Also available in: Unified diff