<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sf.jlogic</groupId>
  <artifactId>jlog</artifactId>
  <version>1.3.6</version>
  <packaging>jar</packaging>
  <name>JLog</name>
  <description>A standard Prolog interpreter written in Java</description>
  <url>http://jlogic.sourceforge.net</url>
  <licenses>
    <license>
      <name>GNU GPL 2</name>
      <url>http://www.gnu.org/licenses/gpl-2.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:csv:pserver:anonymous@jlogic.cvs.sourceforge.net:/cvsroot/jlogic</connection>
    <url>http://jlogic.cvs.sourceforge.net/viewvc/jlogic/</url>
  </scm>
  <developers>
    <developer>
      <id>gholst</id>
      <name>Glendon Holst</name>
      <email>grholst@users.sourceforge.net</email>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
</project>
