Revision 43830 branches/org.gvsig.desktop-2018a/org.gvsig.desktop.library/org.gvsig.raster.legend/org.gvsig.raster.legend.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>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.raster.legend</artifactId>
6
        <version>2.0.221-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.raster.legend.swing</artifactId>
9
  <packaging>pom</packaging>
10
  <modules>
11
    <module> org.gvsig.raster.legend.swing.api </module>
12
    <module> org.gvsig.raster.legend.swing.impl </module>
13
  </modules>
2
    <modelVersion>4.0.0</modelVersion>
3
    <parent>
4
        <groupId>org.gvsig</groupId>
5
        <artifactId>org.gvsig.raster.legend</artifactId>
6
        <version>3.0.0-SNAPSHOT</version>
7
    </parent>
8
    <artifactId>org.gvsig.raster.legend.swing</artifactId>
9
    <packaging>pom</packaging>
10
    <modules>
11
        <module> org.gvsig.raster.legend.swing.api </module>
12
        <module> org.gvsig.raster.legend.swing.impl </module>
13
    </modules>
14 14
</project>

Also available in: Unified diff