<?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.fmap.dal.db</artifactId>
  <name>${project.artifactId}</name>
  <packaging>pom</packaging>
  <description>This library has the implementation of the provider of te Data Access Library for accesing to database resources, like JDBC, PostgreSQL or H2.</description>
  <parent>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.fmap.dal</artifactId>
      <version>3.0.5</version>
  </parent>  

  <modules>
    <module>org.gvsig.fmap.dal.db.lib</module>
    <module>org.gvsig.fmap.dal.db.jdbc</module>
    <module>org.gvsig.fmap.dal.db.mdb</module>
  </modules>
</project>
