<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>uk.co.real-logic</groupId>
    <artifactId>sbe</artifactId>
    <version>1.0.2-RC2</version>
    <packaging>jar</packaging>

    <name>Simple Binary Encoding</name>
    <description>
        FIX/SBE - OSI layer 6 presentation for encoding and decoding application messages in binary format for
        low-latency applications
    </description>
    <url>https://github.com/real-logic/simple-binary-encoding</url>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <developers>
        <developer>
            <id>tmontgomery</id>
            <name>Todd L. Montgomery</name>
            <email>tmont@nard.net</email>
            <url>https://github.com/tmontgomery</url>
        </developer>
        <developer>
            <id>mjpt777</id>
            <name>Martin Thompson</name>
            <email>mjpt777@gmail.com</email>
            <url>https://github.com/mjpt777</url>
        </developer>
        <developer>
            <id>odeheurles</id>
            <name>Olivier Deheurles</name>
            <email>olivier@weareadaptive.com</email>
            <url>https://github.com/odeheurles</url>
        </developer>
    </developers>

    <scm>
        <url>https://github.com/real-logic/simple-binary-encoding.git</url>
        <connection>scm:git:https://github.com/real-logic/simple-binary-encoding.git</connection>
        <developerConnection>scm:git:git@github.com:/real-logic/simple-binary-encoding.git</developerConnection>
    </scm>
</project>