<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>6.0.0-RC4</version>
    </parent>

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

    <packaging>pom</packaging>

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

    <properties>
        <!-- the version of coherence -->
        <coherence.version>21.12.4</coherence.version>
    </properties>

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

  <scm>
    <tag>project-6.0.0-RC4</tag>
  </scm>
</project>