<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <groupId>com.github.franks42</groupId>
  <artifactId>uuidv7</artifactId>
  <version>0.6.0</version>
  <name>uuidv7</name>
  <dependencies/>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories/>
  <description>Portable UUIDv7 generator for Clojure, ClojureScript, Babashka, nbb, and scittle</description>
  <url>https://github.com/franks42/uuidv7.cljc</url>
  <licenses>
    <license>
      <name>EPL-2.0</name>
      <url>https://www.eclipse.org/legal/epl-2.0/</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/franks42/uuidv7.cljc</url>
    <connection>scm:git:https://github.com/franks42/uuidv7.cljc.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/franks42/uuidv7.cljc.git</developerConnection>
    <tag>v0.6.0</tag>
  </scm>
</project>
