<?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>
  <description>Clojure wrapper around spdx/Spdx-Java-Library.</description>
  <groupId>com.github.pmonks</groupId>
  <artifactId>clj-spdx</artifactId>
  <name>clj-spdx</name>
  <scm>
    <url>https://github.com/pmonks/clj-spdx</url>
    <connection>scm:git:git://github.com/pmonks/clj-spdx.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/pmonks/clj-spdx.git</developerConnection>
    <tag>8d9bc4051c65ca0c027afdc94c516c3f16a6fe15</tag>
  </scm>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pmonks</id>
      <name>Peter Monks</name>
      <email>pmonks+pbr@gmail.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/pmonks/clj-spdx/issues</url>
  </issueManagement>
  <url>https://github.com/pmonks/clj-spdx</url>
  <version>0.1.7</version>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.11.1</version>
    </dependency>
    <dependency>
      <groupId>com.github.spdx</groupId>
      <artifactId>Spdx-Java-Library</artifactId>
      <version>-SNAPSHOT</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
    <repository>
      <id>jitpack</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>
</project>
