<?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>ca.solo-studios</groupId>
  <artifactId>slf4k</artifactId>
  <version>0.3.0</version>
  <name>SLF4K</name>
  <description>A set of SLF4J extensions for Kotlin to make logging more idiomatic.</description>
  <url>https://github.com/solonovamax/SLF4K</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>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/solonovamax/SLF4K.git</connection>
    <developerConnection>scm:git:ssh://github.com/solonovamax/SLF4K.git</developerConnection>
    <url>https://github.com/solonovamax/SLF4K/</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/solonovamax/SLF4K/issues</url>
  </issueManagement>
</project>
