Revision 40200 branches/v2_0_0_prep/extensions/extCenterViewToPoint/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.centerviewpoint</artifactId>
7 7
	<name>Tools: Center view to point</name>
8
	<version>2.0</version>
8
	<version>2.0.1-SNAPSHOT</version>
9 9
	<parent>
10 10
		<artifactId>gvsig-base-extension-pom</artifactId>
11 11
		<groupId>org.gvsig</groupId>
......
17 17
	<url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
18 18
	
19 19
    <scm>
20
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/org.gvsig.centerviewpoint/2.0</connection>
21
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/extensions/org.gvsig.centerviewpoint/2.0</developerConnection>
22
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/tags/extensions/org.gvsig.centerviewpoint/2.0</url>
20
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extCenterViewToPoint/</connection>
21
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/extensions/extCenterViewToPoint/</developerConnection>
22
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/branches/v2_0_0_prep/extensions/extCenterViewToPoint</url>
23 23
    </scm>
24 24

  
25 25
	

Also available in: Unified diff