<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.logl</groupId>
  <artifactId>logl-api</artifactId>
  <version>0.3.1</version>
  <packaging>pom</packaging>
  <name>logl-api</name>
  <url>https://github.com/ConsenSys/logl</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Chris Leishman</name>
      <email>chris@leishman.org</email>
      <organization>ConsenSys</organization>
      <organizationUrl>https://www.consensys.net</organizationUrl>
    </developer>
    <developer>
      <name>Antoine Toulme</name>
      <email>antoine@lunar-ocean.com</email>
      <organization>ConsenSys</organization>
      <organizationUrl>https://www.consensys.net</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/ConsenSys/logl.git</connection>
    <developerConnection>scm:git@github.com:ConsenSys/logl.git</developerConnection>
    <url>https://github.com/ConsenSys/logl</url>
  </scm>
  <dependencies/>
</project>
