Revision 40148 branches/v2_0_0_prep/extensions/extDwg/pom.xml

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2

  
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
4 4
                      
5 5
	<modelVersion>4.0.0</modelVersion>
6 6
	<artifactId>org.gvsig.dwg.extension</artifactId>
7 7
	<packaging>jar</packaging>
8
	<version>2.0</version>
8
	<version>2.0.1-SNAPSHOT</version>
9 9
	<name>Formats: DWG file format support</name>
10 10
	<description>Read support for DWG format.</description>
11 11
	
......
18 18
	</parent>	
19 19
	
20 20
    <scm>
21
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/extDwg/2.0</connection>
22
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/extDwg/2.0</developerConnection>
23
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/tags/extensions/extDwg/2.0</url>
21
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extDwg/</connection>
22
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extDwg/</developerConnection>
23
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/branches/v2_0_0_prep/extensions/extDwg</url>
24 24
    </scm>
25 25

  
26 26
	<dependencies>

Also available in: Unified diff