<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.devatherock</groupId>
  <artifactId>jul-jsonformatter</artifactId>
  <version>1.0.1-rc.1</version>
  <name>build</name>
  <description>java.util.logging.Formatter to log messages as JSON, compatible with Logstash</description>
  <url>https://github.com/devatherock/jul-jsonformatter</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/devatherock/jul-jsonformatter/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>devatherock</id>
      <name>Devaprasadh Xavier</name>
      <email>devatherock@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/devatherock/jul-jsonformatter/</url>
  </scm>
</project>
