<?xml version="1.0" encoding="UTF-8"?>

<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.gvsig.swipe</artifactId>
  <name>${project.artifactId}</name>
  <packaging>pom</packaging>
  <parent>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.desktop.plugin</artifactId>
      <version>3.0.5</version>
  </parent>
    <properties>
    </properties>  
  <modules>
    <module>org.gvsig.swipe.app</module>
    <module>org.gvsig.swipe.swing</module>
  </modules>
    <dependencyManagement>
        <dependencies>
            <dependency>
              <groupId>org.gvsig</groupId>
              <artifactId>org.gvsig.swipe.swing.api</artifactId>
              <version>${project.version}</version>
            </dependency>
            <dependency>
              <groupId>org.gvsig</groupId>
              <artifactId>org.gvsig.swipe.swing.impl</artifactId>
              <version>${project.version}</version>
            </dependency>
            
        </dependencies>
    </dependencyManagement>
  
</project>
