<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>nz.co.jedsimson.lgp</groupId>
  <artifactId>LGP</artifactId>
  <version>5.2</version>
  <name>LGP</name>
  <description>A robust Linear Genetic Programming implementation on the JVM using Kotlin.</description>
  <url>https://github.com/JedS6391/LGP</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/JedS6391/LGP/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jedsimson</id>
      <name>Jed Simson</name>
      <email>jed.simson@gmail.com</email>
      <organization>jedsimson</organization>
      <organizationUrl>https://jedsimson.co.nz</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/JedS6391/LGP.git</connection>
    <developerConnection>scm:git:ssh://github.com/JedS6391/LGP.git</developerConnection>
    <url>http://github.com/JedS6391/LGP/tree/master</url>
  </scm>
</project>
