<?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>
  <organization>
    <name>Widd Industries Ltd</name>
    <url>http://widdindustries.com</url>
  </organization>
  <description>A Clojure(Script) library which provides tagged literals for java.time objects,
        which on the jvm is objects from the `java.time` platform library and in Javascript is a
        java.time clone, called '[js-joda](https://js-joda.github.io/js-joda/)'.</description>
  <url>https://github.com/henryw374/time-literals</url>
  <licenses>
    <license>
      <url>http://opensource.org/licenses/MIT</url>
      <name>MIT</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/henryw374/time-literals</url>
    <connection>scm:git:git@github.com:henryw374/time-literals.git</connection>
    <developerConnection>scm:git:git@github.com:henryw374/time-literals.git</developerConnection>
  </scm>
  <distributionManagement>
    <repository>
      <id>clojars</id>
      <name>Clojars repository</name>
      <url>https://clojars.org/repo</url>
    </repository>
  </distributionManagement>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.10.3</version>
    </dependency>
    <dependency>
      <groupId>com.widdindustries</groupId>
      <artifactId>cljs.java-time</artifactId>
      <version>0.1.20</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <groupId>com.widdindustries</groupId>
  <artifactId>time-literals</artifactId>
  <name>time-literals</name>
  <version>0.1.10</version>
</project>
