Statistics
| Revision:

root / org.gvsig.educa.thematicmap / tags / 1.0.0-beta1 / org.gvsig.educa.thematicmap.swing / pom.xml @ 151

History | View | Annotate | Download (903 Bytes)

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
4
                 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5

    
6
        <modelVersion>4.0.0</modelVersion>
7
        <artifactId>org.gvsig.educa.thematicmap.swing</artifactId>
8
        <packaging>pom</packaging>
9
        <name>org.gvsig.educa.thematicmap.swing</name>
10
        <parent>
11
                <groupId>org.gvsig</groupId>
12
                <artifactId>org.gvsig.educa.thematicmap</artifactId>
13
                <version>1.0.0-beta1</version>
14
        </parent>
15
        <dependencies>
16
                <dependency>
17
                        <groupId>org.gvsig</groupId>
18
                        <artifactId>org.gvsig.educa.thematicmap.lib.api</artifactId>
19
                </dependency>
20
        </dependencies>
21

    
22
        <modules>
23
                <module>org.gvsig.educa.thematicmap.swing.api</module>
24
                <module>org.gvsig.educa.thematicmap.swing.impl</module>
25
        </modules>
26
</project>
27