<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>io.github.linguaphylo</groupId>
  <artifactId>lphybeast</artifactId>
  <version>0.3.1</version>
  <packaging>zip</packaging>
  <name>lphybeast</name>
  <description>A command-line program that takes an LPhy model specification including a data block, and produces a BEAST 2 XML input file.</description>
  <url>https://linguaphylo.github.io/</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, version 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>LPhyBEAST developer team</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/LinguaPhylo/LPhyBeast.git</connection>
    <developerConnection>scm:git:ssh://github.com/LinguaPhylo/LPhyBeast.git</developerConnection>
    <url>https://github.com/LinguaPhylo/LPhyBeast</url>
  </scm>
  <properties>
    <maven.compiler.target>17</maven.compiler.target>
    <maven.compiler.source>17</maven.compiler.source>
  </properties>
</project>
