<?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================    
        Maven Project Configuration File                                        
                                                                                
        GeoSolutions Tools Project
                                                                                            
        Version: $Id: pom.xml 329 2011-12-22 17:24:49Z ccancellieri $              
     ======================================================================= -->
<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>
  <parent>
    <groupId>it.geosolutions.geobatch</groupId>
    <artifactId>gb-tools</artifactId>
    <version>1.4-GT12.2-13032015</version>
  </parent>
  <!-- =========================================================== -->
  <!-- Module Description -->
  <!-- =========================================================== -->
  <groupId>it.geosolutions.tools</groupId>
  <artifactId>tools-commons</artifactId>
  <packaging>jar</packaging>
  <name>GeoSolutions commons tools</name>
  <description>GeoSolutions commons tools</description>
  <properties>
    <root.basedir>${project.basedir}/../..</root.basedir>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <inherited>true</inherited>
      </plugin>
    </plugins>
  </build>
</project>
