<?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>ca.solo-studios</groupId>
  <artifactId>strata</artifactId>
  <version>1.3.2</version>
  <name>Strata</name>
  <description>A library for parsing and comparing version strings</description>
  <url>https://github.com/solo-studios/Strata</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://mit-license.org/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>solonovamax</id>
      <name>solonovamax</name>
      <email>solonovamax@12oclockpoint.com</email>
      <url>https://github.com/solonovamax</url>
    </developer>
    <developer>
      <id>dfsek</id>
      <name>dfsek</name>
      <email>dfsek@protonmail.com</email>
      <url>https://github.com/dfsek</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/solo-studios/Strata.git</connection>
    <developerConnection>scm:git:ssh://github.com/solo-studios/Strata.git</developerConnection>
    <url>https://github.com/solo-studios/Strata</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/solo-studios/Strata/issues</url>
  </issueManagement>
</project>
