<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.oracle.bedrock</groupId>
        <artifactId>bedrock-coherence</artifactId>
        <version>5.1.3</version>
    </parent>

    <groupId>com.oracle.bedrock.coherence</groupId>
    <artifactId>14.1.1</artifactId>

    <packaging>pom</packaging>

    <name>Bedrock for Coherence 14.1.1+ Project</name>

    <properties>
        <!-- the version of coherence -->
        <coherence.version>14.1.1-0-3</coherence.version>
    </properties>

    <modules>
        <module>coherence-14.1.1</module>
        <module>coherence-14.1.1-testing-support</module>
        <module>coherence-14.1.1-testing-support-tests-junit4</module>
        <module>coherence-14.1.1-testing-support-tests-junit5</module>
    </modules>
</project>