<?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/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.gvsig.jexcel</artifactId>
    <packaging>pom</packaging>
    <name>${project.artifactId}</name>
    <version>1.0.260</version>
    <description>Excel support fort DAL and gvSIG</description>
    <parent>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.desktop</artifactId>
        <version>2.0.463</version>
    </parent>
    <url>https://devel.gvsig.org/redmine/projects/gvsig-jexcel</url>

    <scm>
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-jexcel/org.gvsig.jexcel/tags/org.gvsig.jexcel-1.0.260</connection>
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-jexcel/org.gvsig.jexcel/tags/org.gvsig.jexcel-1.0.260</developerConnection>
        <url>https://devel.gvsig.org/redmine/projects/gvsig-jexcel/repository/show/org.gvsig.jexcel/tags/org.gvsig.jexcel-1.0.260</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>
      
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <configuration>
                    <tagBase>https://devel.gvsig.org/svn/gvsig-jexcel/org.gvsig.jexcel/tags</tagBase>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.gvsig</groupId>
                <artifactId>org.gvsig.jexcel.provider</artifactId>
                <version>1.0.260</version>
            </dependency>
            <dependency>
                <groupId>org.gvsig</groupId>
                <artifactId>org.gvsig.jexcel.app.mainplugin</artifactId>
                <version>1.0.260</version>
            </dependency>
            <dependency>
                <groupId>net.sourceforge.jexcelapi</groupId>
                <artifactId>jxl</artifactId>
                <version>2.6.12</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>

    <modules>
        <module>org.gvsig.jexcel.app</module>
        <module>org.gvsig.jexcel.provider</module>

    </modules>


</project>
