<?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>cedn</artifactId>
  <version>1.3.1</version>
  <name>cedn</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.0</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories/>
  <description>Canonical EDN — deterministic serialization of EDN values to UTF-8 bytes</description>
  <url>https://github.com/franks42/canonical-edn</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/canonical-edn</url>
    <connection>scm:git:https://github.com/franks42/canonical-edn.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/franks42/canonical-edn.git</developerConnection>
    <tag>v1.3.1</tag>
  </scm>
</project>
