<?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>org.mvnpm</groupId>
  <artifactId>roarr</artifactId>
  <version>7.21.6</version>
  <name>roarr</name>
  <description>JSON logger for Node.js and browser.</description>
  <url>https://github.com/gajus/roarr#readme</url>
  <organization>
    <name>Gajus Kuizinas</name>
    <url>https://github.com/gajus/roarr#readme</url>
  </organization>
  <licenses>
    <license>
      <name>BSD-3-Clause</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>gajus</name>
      <email>gajus@gajus.com</email>
    </developer>
  </developers>
  <scm>
    <connection>ssh://git@github.com/gajus/roarr.git</connection>
    <developerConnection>ssh://git@github.com/gajus/roarr.git</developerConnection>
    <url>ssh://git@github.com/gajus/roarr</url>
  </scm>
  <issueManagement>
    <url>https://github.com/gajus/roarr/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-fast-printf.version>[1.6.9,2)</org.mvnpm-fast-printf.version>
    <org.mvnpm-semver-compare.version>[1.0.0,2)</org.mvnpm-semver-compare.version>
    <org.mvnpm-safe-stable-stringify.version>[2.4.3,3)</org.mvnpm-safe-stable-stringify.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>fast-printf</artifactId>
      <version>${org.mvnpm-fast-printf.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>safe-stable-stringify</artifactId>
      <version>${org.mvnpm-safe-stable-stringify.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>semver-compare</artifactId>
      <version>${org.mvnpm-semver-compare.version}</version>
    </dependency>
  </dependencies>
</project>
