Revision 43830 branches/org.gvsig.desktop-2018a/org.gvsig.desktop.plugin/org.gvsig.centerviewpoint.app/pom.xml

View differences:

pom.xml
2 2

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

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.centerviewpoint.app</artifactId>
7
  <name>${project.artifactId}</name>
8
  <packaging>pom</packaging>
9
  <description>Tool to center view to point</description>
10
  <parent>
11
      <groupId>org.gvsig</groupId>
12
      <artifactId>org.gvsig.desktop.plugin</artifactId>
13
      <version>2.0.221-SNAPSHOT</version>
14
  </parent>
5
    <modelVersion>4.0.0</modelVersion>
6
    <artifactId>org.gvsig.centerviewpoint.app</artifactId>
7
    <name>${project.artifactId}</name>
8
    <packaging>pom</packaging>
9
    <description>Tool to center view to point</description>
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.desktop.plugin</artifactId>
13
        <version>3.0.0-SNAPSHOT</version>
14
    </parent>
15 15
  
16
  <modules>
17
    <module>org.gvsig.centerviewpoint.app.mainplugin</module>
18
  </modules>
16
    <modules>
17
        <module>org.gvsig.centerviewpoint.app.mainplugin</module>
18
    </modules>
19 19

  
20 20
</project>

Also available in: Unified diff