<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>cc.plural</groupId>
  <artifactId>jsonij</artifactId>
  <version>0.5.2</version>
  <name>JSONiJ</name>
  <description>JSONiJ - Simple and Fast JSON + Binary JSON Parsing with JPath.</description>
  <url>https://bitbucket.org/jmarsden/jsonij/</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jmarsden</id>
      <name>John W. Marsden</name>
      <email>j.w.marsden@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@bitbucket.org:jmarsden/jsonij.git</connection>
    <developerConnection>scm:git:git@bitbucket.org:jmarsden/jsonij.git</developerConnection>
    <url>git@bitbucket.org:jmarsden/jsonij.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
