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

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<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/xsd/maven-4.0.0.xsd">
2
<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/xsd/maven-4.0.0.xsd">
3 3
	<modelVersion>4.0.0</modelVersion>
4 4
	<artifactId>org.gvsig.raster.tilecache</artifactId>
5 5
	<packaging>pom</packaging>
6 6
	<groupId>org.gvsig</groupId>
7
	<version>2.0.0-SNAPSHOT</version>
7
	<version>2.0.0</version>
8 8
	<name>org.gvsig.raster.tilecache</name>
9 9
	<description>cache service for gvSIG</description>
10 10
	<inceptionYear>2011</inceptionYear>
......
14 14
        <version>1.0.9</version>
15 15
    </parent>
16 16
     <scm>
17
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache</connection>
18
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache</developerConnection>
19
        <url>https://devel.gvsig.org/redmine/projects/gvsig-raster/repository/show/org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache</url>
17
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/tags/2.0.0</connection>
18
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.tilecache/tags/2.0.0</developerConnection>
19
        <url>https://devel.gvsig.org/redmine/projects/gvsig-raster/repository/show/org.gvsig.raster.tilecache/tags/2.0.0</url>
20 20
    </scm>
21 21
    <build>
22 22
        <plugins>

Also available in: Unified diff