<project>

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.bson</groupId>
  <artifactId>bson</artifactId>
  <packaging>jar</packaging>
  <name>BSON</name>
  <version>2.3</version>
  <description>BSON Encoding/Decoding Tools</description>
  <url>http://bsonspec.org/</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>

  <scm>
    <url>http://github.com/mongodb/mongo-java-driver</url>
  </scm>
  
  <dependencies>
  </dependencies>

</project>
