<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>
        <groupId>com.atlassian.pom</groupId>
        <artifactId>public-pom</artifactId>
        <version>3.0.28</version>
    </parent>

    <groupId>com.atlassian.hibernate</groupId>
    <artifactId>atlassian-hibernate-extras-parent</artifactId>
    <version>4.1.1</version>
    <packaging>pom</packaging>
    <name>Atlassian Hibernate Extras project</name>

    <modules>
        <module>atlassian-hibernate2-extras</module>
        <module>atlassian-hibernate3-extras</module>
        <module>atlassian-hibernate3.6-extras</module>
        <module>atlassian-hibernate4-extras</module>
    </modules>

    <licenses>
        <license>
            <name>LGPL 2.1 License</name>
            <url>https://www.gnu.org/licenses/lgpl-2.1.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git@bitbucket.org:atlassian/atlassian-hibernate-extras.git</connection>
        <developerConnection>scm:git:git@bitbucket.org:atlassian/atlassian-hibernate-extras.git</developerConnection>
        <url>https://bitbucket.org/atlassian/atlassian-hibernate-extras/</url>
      <tag>atlassian-hibernate-extras-parent-4.1.1</tag>
  </scm>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-api</artifactId>
                <version>1.6.6</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-orm</artifactId>
                <version>3.1.2.RELEASE</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
