Revision 37315 branches/v2_0_0_prep/libraries/org.gvsig.exportto/pom.xml

View differences:

pom.xml
3 3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 5
	<modelVersion>4.0.0</modelVersion>
6
	<groupId>org.gvsig</groupId>
7 6
	<artifactId>org.gvsig.exportto</artifactId>
8 7
	<packaging>pom</packaging>
9 8
	<version>1.0.0-SNAPSHOT</version>
......
12 11
	<url>http://gvsig-desktop.forge.osor.eu/downloads/pub/projects/gvSIG-desktop/docs/reference/org.gvsig.exportto/${project.version}/basic/org.gvsig.exportto</url>
13 12
	<parent>
14 13
		<groupId>org.gvsig</groupId>
15
		<artifactId>gvsig-base-library-pom</artifactId>
16
		<version>2.0-SNAPSHOT</version>
14
		<artifactId>org.gvsig.maven.base.pom</artifactId>
15
		<version>1.0.8-SNAPSHOT</version>
17 16
	</parent>
18 17

  
19 18
	<scm>
......
109 108
		<module>org.gvsig.exportto.lib</module>
110 109
		<module>org.gvsig.exportto.swing</module>
111 110
		<module>org.gvsig.exportto.main</module>
112
		
113 111
	</modules>
114 112

  
115
    <properties>
116
        <build-dir>${basedir}/../build</build-dir>
117
    </properties>
118

  
119 113
</project>

Also available in: Unified diff