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

Also available in: Unified diff