Revision 43830 branches/org.gvsig.desktop-2018a/org.gvsig.desktop.library/org.gvsig.fmap.mapcontext.swing/pom.xml

View differences:

pom.xml
1 1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
2
    <modelVersion>4.0.0</modelVersion>
3
    <parent>
4
        <groupId>org.gvsig</groupId>
5
        <artifactId>org.gvsig.desktop.library</artifactId>
6
        <version>3.0.0-SNAPSHOT</version>
7
    </parent>
4 8
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.desktop.library</artifactId>
6
    <version>2.0.221-SNAPSHOT</version>
7
  </parent>
8
  <groupId>org.gvsig</groupId>
9
  <artifactId>org.gvsig.fmap.mapcontext.swing</artifactId>
10
  <packaging>pom</packaging>
11
  <name>org.gvsig.fmap.mapcontext.swing</name>
12
  <modules>
13
    <module>org.gvsig.fmap.mapcontext.swing.api</module>
14
    <module>org.gvsig.fmap.mapcontext.swing.impl</module>
15
  </modules>
9
    <artifactId>org.gvsig.fmap.mapcontext.swing</artifactId>
10
    <packaging>pom</packaging>
11
    <name>${project.artifactId}</name>
12
    <modules>
13
        <module>org.gvsig.fmap.mapcontext.swing.api</module>
14
        <module>org.gvsig.fmap.mapcontext.swing.impl</module>
15
    </modules>
16 16
</project>

Also available in: Unified diff