Revision 1583

View differences:

org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.io/pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
4 3
	<modelVersion>4.0.0</modelVersion>
5 4
	<artifactId>org.gvsig.raster.tilecache.io</artifactId>
6 5
	<packaging>jar</packaging>
7
	<version>2.0.0-SNAPSHOT</version>
6
	<version>2.0.0</version>
8 7
	<name>org.gvsig.raster.tilecache.io</name>
9 8
	<parent>
10 9
        <groupId>org.gvsig</groupId>
11 10
        <artifactId>org.gvsig.raster.tilecache</artifactId>
12
        <version>2.0.0-SNAPSHOT</version>
11
        <version>2.0.0</version>
13 12
    </parent>
14 13
    <properties>
15 14
        <build-dir>${basedir}/../../build</build-dir>
org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/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>
org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.app/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