Revision 915 org.gvsig.raster.cache/trunk/org.gvsig.raster.cache/pom.xml

View differences:

pom.xml
4 4
		 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 5

  
6 6
    <modelVersion>4.0.0</modelVersion>
7
    <groupId>org.gvsig</groupId>
8 7
    <artifactId>org.gvsig.raster.cache</artifactId>
9 8
    <packaging>pom</packaging>
10
    <name>org.gvsig.raster.cache.lib</name>
9
    <name>org.gvsig.raster.cache</name>
11 10
    <description>Cache management for raster files</description>
12 11
    <version>2.0.0-SNAPSHOT</version>
13
    <url>http://gvsig-desktop.forge.osor.eu/downloads/pub/projects/gvSIG-desktop/docs/reference/org.gvsig.raster.cache/${project.version}</url>
12
    <scm>
13
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.cache/trunk/org.gvsig.raster.cache</connection>
14
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.cache/trunk/org.gvsig.raster.cache</developerConnection>
15
        <url>https://devel.gvsig.org/redmine/projects/gvsig-raster/repository/show/org.gvsig.raster.cache/trunk/org.gvsig.raster.cache</url>
16
    </scm>
14 17
    <parent>
15 18
		<groupId>org.gvsig</groupId>
16 19
		<artifactId>gvsig-base-library-pom</artifactId>
......
51 54
                <groupId>org.apache.maven.plugins</groupId>
52 55
                <artifactId>maven-release-plugin</artifactId>
53 56
                <configuration>
54
                    <tagBase>https://svn.forge.osor.eu/svn/gvsig-raster/org.gvsig.raster.cache/tags/</tagBase>
57
                    <tagBase>https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.cache/tags/</tagBase>
55 58
                </configuration>
56 59
            </plugin>
57 60
            <plugin>

Also available in: Unified diff