<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.7</version>
    </parent>

    <groupId>com.atlassian.springjdk8</groupId>
    <artifactId>atlassian-spring-jdk8</artifactId>
    <version>2.5.6.SEC03-atlassian-6</version>
    <packaging>pom</packaging>

    <description>Patched spring 2.5.6 artifacts with JDK8 support</description>

    <scm>
        <connection>scm:git:ssh://git@bitbucket.org/atlassian/spring-jdk8.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/spring-jdk8.git</developerConnection>
        <url>https://bitbucket.org/atlassian/spring-jdk8</url>
      <tag>atlassian-spring-jdk8-2.5.6.SEC03-atlassian-6</tag>
    </scm>

    <modules>
        <module>jdk-version</module>
        <module>spring-core</module>
        <module>spring</module>
    </modules>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <spring.version>2.5.6.SEC03</spring.version>
    </properties>

</project>
