<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.equella.legacy</groupId>
    <artifactId>z3950</artifactId>
    <packaging>jar</packaging>
    <description>z3950</description>
    <url>https://github.com/equella</url>
    <version>1.1</version>
    <licenses>
        <license>
            <name>LGPL</name>
            <url>http://www.gnu.org/licenses/lgpl.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>z3950</name>
    <organization>
        <name>com.github.equella.legacy</name>
        <url>https://github.com/equella</url>
    </organization>
    <scm>
        <url>https://software.ceridwen.com/redmine/projects/jafer</url>
        <connection>scm:https://software.ceridwen.com/redmine/jafer.git</connection>
    </scm>
    <developers>
        <developer>
            <id>doolse</id>
            <name>Jolse Maginnis</name>
            <email>doolse@gmail.com</email>
            <url>https://github.com/doolse</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.github.equella.legacy</groupId>
            <artifactId>zebulun</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>
</project>