<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.gvsig</groupId>
  <artifactId>org.gvsig.legend.heatmap</artifactId>
  <version>1.0.224</version>
  <packaging>pom</packaging>
  <name>${project.artifactId}</name>
  <description>Legend for heat maps.</description>
  <parent>
    <groupId>org.gvsig</groupId>
    <artifactId>org.gvsig.desktop</artifactId>
    <version>2.0.478</version>
  </parent>

  <url>https://devel.gvsig.org/sites/org.gvsig.legend.heatmap/${project.version}</url>
  <scm>
    <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.legend.heatmap/tags/org.gvsig.legend.heatmap-1.0.224</connection>
    <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.legend.heatmap/tags/org.gvsig.legend.heatmap-1.0.224</developerConnection>
    <url>https://devel.gvsig.org/redmine/projects/gvsig-base-legends/repository/show/org.gvsig.legend.heatmap/tags/org.gvsig.legend.heatmap-1.0.224</url>
  </scm>
  <repositories>
    <repository>
      <id>gvsig-public-http-repository</id>
      <name>gvSIG maven public HTTP repository</name>
      <url>http://devel.gvsig.org/m2repo/j2se</url>
      <releases>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
        <checksumPolicy>warn</checksumPolicy>
      </releases>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
        <checksumPolicy>warn</checksumPolicy>
      </snapshots>
    </repository>
  </repositories>

  <distributionManagement>
    <site>
      <id>gvsig-repository</id>
      <url>dav:https://devel.gvsig.org/download/projects/gvsig-base-legends/pool/${project.artifactId}/${project.version}</url>
    </site>
  </distributionManagement>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
          <tagBase>https://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.legend.heatmap/tags</tagBase>
        </configuration>
      </plugin>
    </plugins>
  </build>



  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.legend.heatmap.lib.api</artifactId>
        <version>1.0.224</version>
      </dependency>
      <dependency>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.legend.heatmap.lib.impl</artifactId>
        <version>1.0.224</version>
      </dependency>
      <dependency>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.legend.heatmap.swing.api</artifactId>
        <version>1.0.224</version>
      </dependency>
      <dependency>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.legend.heatmap.swing.impl</artifactId>
        <version>1.0.224</version>
      </dependency>
      <dependency>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.legend.heatmap.app.mainplugin</artifactId>
        <version>1.0.224</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <modules>
    <module>org.gvsig.legend.heatmap.lib</module>
    <module>org.gvsig.legend.heatmap.swing</module>
    <module>org.gvsig.legend.heatmap.app</module>
  </modules>
</project>