<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.plsar</groupId>
  <artifactId>plsar-auth-framework</artifactId>
  <version>1.00</version>
  <packaging>pom</packaging>
  <name>plsar-auth-framework</name>
  <description>Kotlin Authentication &amp; Authorization Framework.</description>
  <url>http://github.com/mcroteau/plsar</url>
  <licenses>
    <license>
      <name>MIT license</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Mike Croteau</name>
      <email>croteau.mike@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/mcroteau/plsar.git</connection>
    <url>https://github.com/mcroteau/plsar</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/mcroteau/plsar/issues</url>
  </issueManagement>
</project>
