<?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>org.xbib</groupId>
  <artifactId>cql-common</artifactId>
  <version>1.2.0</version>
  <name>cql-common</name>
  <description>Contextual Query Language compiler for Java</description>
  <url>https://github.com/xbib/cql</url>
  <inceptionYear>2016</inceptionYear>
  <organization>
    <name>xbib</name>
    <url>http://xbib.org</url>
  </organization>
  <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>
      <id>xbib</id>
      <name>Jörg Prante</name>
      <email>joergprante@gmail.com</email>
      <url>https://github.com/jprante</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/xbib/cql.git</connection>
    <developerConnection>scm:git:git://github.com/xbib/cql.git</developerConnection>
    <url>https://github.com/xbib/cql</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
