Revision 40510 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.datalocator.app/pom.xml

View differences:

pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<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">
4

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.datalocator.app</artifactId>
7
  <name>${project.artifactId}</name>
8
  <packaging>pom</packaging>
9
  <parent>
10
      <groupId>org.gvsig</groupId>
11
      <artifactId>org.gvsig.desktop.plugin</artifactId>
12
      <version>2.0.10-SNAPSHOT</version>
13
  </parent>
14
  
15
  <modules>
16
    <module>org.gvsig.datalocator.app.mainplugin</module>
17
  </modules>
18
</project>
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<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">
4

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.datalocator.app</artifactId>
7
  <name>${project.artifactId}</name>
8
  <packaging>pom</packaging>
9
  <parent>
10
      <groupId>org.gvsig</groupId>
11
      <artifactId>org.gvsig.desktop.plugin</artifactId>
12
      <version>2.0.10</version>
13
  </parent>
14
  
15
  <modules>
16
    <module>org.gvsig.datalocator.app.mainplugin</module>
17
  </modules>
18
</project>

Also available in: Unified diff