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

Also available in: Unified diff