<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>com.atlassian.plugins</groupId>
        <artifactId>atlassian-plugins-parent</artifactId>
        <version>3.0.6</version>
    </parent>

    <groupId>com.atlassian.plugins.test</groupId>
    <artifactId>atlassian-plugins-test-resources</artifactId>
    <packaging>pom</packaging>
    <name>Atlassian Plugins - Test Libraries</name>

    <modules>
        <module>innerjarone</module>
        <module>innerjartwo</module>
        <module>simpletest</module>
        <module>filtertest</module>
        <module>atlassian-plugins-test</module>
    </modules>

    <properties>
        <jdkLevel>1.5</jdkLevel>
    </properties>
</project>
