<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>
  <parent>
    <artifactId>itcb-common-root</artifactId>
    <groupId>net.sf.itcb.common</groupId>
    <version>0.6.0-RC11</version>
  </parent>
  <groupId>net.sf.itcb.common</groupId>
  <artifactId>itcb-common-business</artifactId>
  <packaging>jar</packaging>
  <version>0.6.0-RC11</version>
  <name>${project.artifactId}</name>
  <description>This module is the common module that must depend all the business modules.</description>
  <!-- See the common-root module for further information : developers, scm... -->
</project>